This repository was archived by the owner on May 1, 2020. It is now read-only.
0.0.42
Upgrade Steps
To use this version of @ionic/app-scripts
, follow these steps to upgrade:
-
Install the latest version of the ionic cli
npm install ionic@latest -g
Note: sudo may be required depending on your workstation set-up
-
Update the project's
package.json
file'sscript
section to look like this:... "scripts" : { "ionic:build": "ionic-app-scripts build", "ionic:serve": "ionic-app-scripts serve" } ...
Note: This is removing several deprecated Ionic scripts. If you have any of your own custom scripts, don't remove them.
-
Install the latest version of
@ionic/app-scripts
npm install @ionic/app-scripts@latest --save-dev
Bug Fixes
- bundling: execute bundle updates if full bundle has completed at least once (fbe56dc)
- sass: remove broken sass caching (91faf0b)