You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
To use this version of `@ionic/app-scripts`, follow these steps to upgrade:
6
+
7
+
1. Install the latest version of the ionic cli
8
+
9
+
```
10
+
npm install ionic@latest
11
+
```
12
+
13
+
Note: sudo may be required dependending on your workstation set-up
14
+
15
+
2. Update the project's `package.json` file's `script` section to look like this:
16
+
17
+
```
18
+
...
19
+
"scripts" : {
20
+
"ionic:build": "ionic-app-scripts build",
21
+
"ionic:serve": "ionic-app-scripts serve"
22
+
}
23
+
...
24
+
```
25
+
26
+
Note: This is removing several deprecated Ionic scripts. If you have any of your own custom scripts, don't remove them!
27
+
28
+
### Bug Fixes
29
+
30
+
***bundling:** execute bundle updates if full bundle has completed at least once ([fbe56dc](https://github.com/driftyco/ionic-app-scripts/commit/fbe56dc))
0 commit comments