Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in ad 1-on-1-voice-calling #192

Open
rivasbolinga opened this issue Nov 12, 2023 · 1 comment
Open

Typo in ad 1-on-1-voice-calling #192

rivasbolinga opened this issue Nov 12, 2023 · 1 comment

Comments

@rivasbolinga
Copy link

rivasbolinga commented Nov 12, 2023

This issue is for a:

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Hi guys I have a found a typo in your webpack configuration that is blocking the app from runing:

Any log messages given by the failure

Webpack error when tyrint to run the app

ERROR in unable to locate 'communication-services-javascript-quickstarts/add-1-on-1-video-calling/index.thml' glob

Expected/desired behavior

Expect to run the app successfully.

@Jcodevisible
Copy link

This typo is also in /add-1-on-1-video-calling/webpack.config.js

Code says:
},
plugins: [
new CopyPlugin({
patterns: [
'./index.thml',
'./styles.css'
]
}),
]
};

when it should say:
},
plugins: [
new CopyPlugin({
patterns: [
'./index.html',
'./styles.css'
]
}),
]
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants