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

Commit e413d55

Browse files
authored
chore(changelog): fix typo in changelog
1 parent cb6a82f commit e413d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Breaking Changes
55

6-
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:
6+
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:
77

88
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,
99

0 commit comments

Comments
 (0)