Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
chore(changelog): fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz authored Jul 7, 2017
1 parent cb6a82f commit e413d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### Breaking Changes

In order to speed up the bundling process, we have separated `node_modules` code into a new, generated file called `vendor.js`. This means that on every change, `ionic-angular, `@angular`, etc won't need to be processed by `webpack` :tada:
In order to speed up the bundling process, we have separated `node_modules` code into a new, generated file called `vendor.js`. This means that on every change, `ionic-angular`, `@angular`, etc won't need to be processed by `webpack` :tada:

This means that `src/index.html` must be modified to include a new vendor script tag `<script src="build/vendor.js"></script>`. This new script tag must be placed above the `main.js` script tag. For example,

Expand Down

0 comments on commit e413d55

Please sign in to comment.