Skip to content

Fix typo in index.html reference in webpack config #322

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JovanGH
Copy link

@JovanGH JovanGH commented May 19, 2025

Purpose

    • Fixes a typo in the webpack.config.js file where index.thml was incorrectly referenced instead of index.html. This resolves the error that prevents the development server from correctly locating the HTML template.

Does this introduce a breaking change?

[ ] Yes
[ x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone https://github.com/JovanGH/communication-services-javascript-quickstarts.git
cd communication-services-javascript-quickstarts
git checkout fix-typo-index-html
cd add-1-on-1-video-calling
npm install
  • Test the code
npx webpack serve --config webpack.config.js

What to Check

Verify that the following are valid

  • Verify that the following are valid:
  • The development server starts without error.
  • The correct index.html file is used and the app loads in the browser at http://localhost:8080.

Other Information

N/A

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

Successfully merging this pull request may close these issues.

1 participant