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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ npm run build --webpack ./config/webpack.dev.config.js
127
127
| write AoT files to disk |`ionic_aot_write_to_disk`|`--aotWriteToDisk`|`null`| Set to `true` to write files to disk for debugging |
128
128
| print webpack dependency tree |`ionic_print_webpack_dependency_tree`|`--printWebpackDependencyTree`|`null`| Set to `true` to print out a dependency tree after running Webpack |
129
129
| parse deeplink config |`ionic_parse_deeplinks`|`--parseDeepLinks`|`true`| Parses and extracts data from the `@IonicPage` decorator |
130
-
| convert bundle to ES5 |`ionic_build_to_es5`|`--buildToEs5`|`true`| Convert bundle to ES5 for for production deployments |
130
+
| convert bundle to ES5 |`ionic_build_to_es5`|`--buildToEs5`|`true`| Convert bundle to ES5 for production deployments |
| choose the polyfill |`ionic_polyfill_name`|`--polyfillName`|`polyfills`| Change with polyfills.modern or polyfills.ng (all options)[https://github.com/driftyco/ionic/tree/master/scripts/polyfill]|
133
133
| enable linting |`ionic_enable_lint`|`--enableLint`|`true`| Set to `false` for skipping the linting after the build |
@@ -169,7 +169,7 @@ These environment variables are automatically set to [Node's `process.env`](http
169
169
|`IONIC_AOT_WRITE_TO_DISK`|`--aotWriteToDisk`|`null`| Set to `true` to write files to disk for debugging |
170
170
|`IONIC_PRINT_WEBPACK_DEPENDENCY_TREE`| boolean to print out a dependency tree after running Webpack |
171
171
|`IONIC_PARSE_DEEPLINKS`| boolean to enable parsing the Ionic 3.x deep links API for lazy loading |
172
-
|`IONIC_BUILD_TO_ES5`| boolean to enable converting bundle to ES5 for for production deployments |
172
+
|`IONIC_BUILD_TO_ES5`| boolean to enable converting bundle to ES5 for production deployments |
173
173
|`IONIC_START_WATCH_TIMEOUT`| Milliseconds controlling the default watch timeout |
0 commit comments