Skip to content

Commit f7fce5f

Browse files
peterpeterparkerdanbucholtz
authored andcommitted
chore(changelog): update changelog to save app-scripts as devDependency
1 parent d23b9f7 commit f7fce5f

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
@@ -10,7 +10,7 @@ To upgrade to `@ionic/app-scripts`, run the following command:
1010

1111
```
1212
rm -rf node_modules
13-
npm install @ionic/[email protected] --save --save-exact
13+
npm install @ionic/[email protected] --save-dev --save-exact
1414
```
1515

1616
After installing the update, you'll need to make a minor change to the `src/index.html` file to include a new `<script>` tag for `build/vendor.js`. The reason for this breaking change in `@ionic/app-scripts` is for faster builds. By separating out the `node_modules` dependencies into a `vendor.js` file, the incremental build is faster.

0 commit comments

Comments
 (0)