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.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ npm run build --rollup ./config/rollup.config.js
137
137
| experimental closure compiler |`ionic_use_experimental_closure`|`--useExperimentalClosure`|`null`| Set to `true` to use closure compiler to minify the final bundle |
138
138
| experimental babili |`ionic_use_experimental_babili`|`--useExperimentalBabili`|`null`| Set to `true` to use babili to minify es2015 code |
139
139
| convert bundle to ES5 |`ionic_build_to_es5`|`--buildToEs5`|`true`| Convert bundle to ES5 for for production deployments |
@@ -181,6 +182,7 @@ These environment variables are automatically set to [Node's `process.env`](http
181
182
|`IONIC_USE_EXPERIMENTAL_CLOSURE`| boolean to enable use of closure compiler to minify the final bundle |
182
183
|`IONIC_USE_EXPERIMENTAL_BABILI`| boolean to enable use of babili to minify es2015 code |
183
184
|`IONIC_BUILD_TO_ES5`| boolean to enable converting bundle to ES5 for for production deployments |
185
+
|`IONIC_START_WATCH_TIMEOUT`| Milliseconds controlling the default watch timeout |
184
186
185
187
186
188
The `process.env.IONIC_ENV` environment variable can be used to test whether it is a `prod` or `dev` build, which automatically gets set by any command. By default the `build` and `serve` tasks produce `dev` builds (a build that does not include Ahead of Time (AoT) compilation or minification). To force a `prod` build you should use the `--prod` command line flag.
0 commit comments