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

Fix errors on two pages of ES6 Tutorial #17

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

chaitanyathengdi
Copy link

This commit incorporates the following fixes:

  1. Rename webpack config entry from app to main

This fix renames the entry 'app' back to 'main' in webpack.config.js.
In webpack.config.js, the entries are defined as 'app' and
'ratefinder'. Due to this, the compiled js files will be app.bundle.js
and ratefinder.bundle.js,which means the old main.bundle.js will never
be updated.

  1. Add code for showing table to index.html

This commit adds a new point to part 1 of the Classes sub-tutorial,
which adds the missing

element to index.html. Without this,
the table will not be visible.

This commit incorporates the following fixes:

1. Rename webpack config entry from app to main

This fix renames the entry 'app' back to 'main' in webpack.config.js.
In webpack.config.js, the entries are defined as 'app' and
'ratefinder'. Due to this, the compiled js files will be app.bundle.js
and ratefinder.bundle.js,which  means the old main.bundle.js will never
be updated.

2. Add code for showing table to index.html

This commit adds a new point to part 1 of the Classes sub-tutorial,
which adds the missing <table> element to index.html. Without this,
the table will not be visible.
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