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.
| CleanCss |`ionic_cleancss`|`--cleancss` or `-e`|
98
97
| Copy |`ionic_copy`|`--copy` or `-y`|
99
-
| Closure |`ionic_closure`|`--closure` or `-l`|
100
98
| Generator |`ionic_generator`|`--generator` or `-g`|
101
99
| NGC |`ionic_ngc`|`--ngc` or `-n`|
102
-
| Rollup |`ionic_rollup`|`--rollup` or `-r`|
103
100
| Sass |`ionic_sass`|`--sass` or `-s`|
104
101
| TSLint |`ionic_tslint`|`--tslint` or `-i`|
105
102
| UglifyJS |`ionic_uglifyjs`|`--uglifyjs` or `-u`|
@@ -131,14 +128,8 @@ npm run build --rollup ./config/rollup.config.js
131
128
| bail on lint error |`ionic_bail_on_lint_error`|`--bailOnLintError`|`null`| Set to `true` to make stand-alone lint commands fail with non-zero status code |
132
129
| enable type checking during lint |`ionic_type_check_on_lint`|`--typeCheckOnLint`|`null`| Set to `true` to enable [type checking](https://palantir.github.io/tslint/usage/type-checking) during lint |
133
130
| write AoT files to disk |`ionic_aot_write_to_disk`|`--aotWriteToDisk`|`null`| Set to `true` to write files to disk for debugging |
134
-
| print dependency tree |`ionic_print_original_dependency_tree`|`--printOriginalDependencyTree`|`null`| Set to `true` to print out the original dependency tree calculated during the optimize step |
135
-
| print modified dependency tree |`ionic_print_modified_dependency_tree`|`--printModifiedDependencyTree`|`null`| Set to `true` to print out the modified dependency tree after purging unused modules |
136
131
| print webpack dependency tree |`ionic_print_webpack_dependency_tree`|`--printWebpackDependencyTree`|`null`| Set to `true` to print out a dependency tree after running Webpack |
137
132
| parse deeplink config |`ionic_parse_deeplinks`|`--parseDeepLinks`|`true`| Parses and extracts data from the `@IonicPage` decorator |
138
-
| manual tree shaking |`ionic_manual_treeshaking`|`--manualTreeshaking`|`true`| Set to `true` to purge unused Ionic components/code |
139
-
| purge decorators |`ionic_purge_decorators`|`--purgeDecorators`|`true`| Set to `true` to purge unneeded decorators to improve tree shakeability of code |
140
-
| experimental closure compiler |`ionic_use_experimental_closure`|`--useExperimentalClosure`|`null`| Set to `true` to use closure compiler to minify the final bundle |
141
-
| experimental babili |`ionic_use_experimental_babili`|`--useExperimentalBabili`|`null`| Set to `true` to use babili to minify es2015 code |
142
133
| convert bundle to ES5 |`ionic_build_to_es5`|`--buildToEs5`|`true`| Convert bundle to ES5 for 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]|
@@ -179,14 +170,8 @@ These environment variables are automatically set to [Node's `process.env`](http
179
170
|`IONIC_BAIL_ON_LINT_ERROR`| Boolean determining whether to exit with a non-zero status code on error |
180
171
|`IONIC_TYPE_CHECK_ON_LINT`| Boolean determining whether to type check code during lint or not |
181
172
|`IONIC_AOT_WRITE_TO_DISK`|`--aotWriteToDisk`|`null`| Set to `true` to write files to disk for debugging |
182
-
|`IONIC_PRINT_ORIGINAL_DEPENDENCY_TREE`| boolean to print out the original dependency tree calculated during the optimize step |
183
-
|`IONIC_PRINT_MODIFIED_DEPENDENCY_TREE`| boolean to print out the modified dependency tree after purging unused modules |
184
173
|`IONIC_PRINT_WEBPACK_DEPENDENCY_TREE`| boolean to print out a dependency tree after running Webpack |
185
174
|`IONIC_PARSE_DEEPLINKS`| boolean to enable parsing the Ionic 3.x deep links API for lazy loading |
186
-
|`IONIC_MANUAL_TREESHAKING`| boolean to enable purging unused Ionic components/code |
187
-
|`IONIC_PURGE_DECORATORS`| boolean to enable purging unneeded decorators from source code |
188
-
|`IONIC_USE_EXPERIMENTAL_CLOSURE`| boolean to enable use of closure compiler to minify the final bundle |
189
-
|`IONIC_USE_EXPERIMENTAL_BABILI`| boolean to enable use of babili to minify es2015 code |
190
175
|`IONIC_BUILD_TO_ES5`| boolean to enable converting bundle to ES5 for for production deployments |
191
176
|`IONIC_START_WATCH_TIMEOUT`| Milliseconds controlling the default watch timeout |
192
177
@@ -240,7 +225,7 @@ npm run lint --bailOnLintError true
0 commit comments