Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit eb3d3c8

Browse files
mburger81danbucholtz
authored andcommitted
chore(readme): correct cordova command
1 parent f5529b5 commit eb3d3c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The `webpack` config format changed from being a config that is exported to bein
88
This release adds support for `ngo`, the Angular team's build optimizer tool. `ngo` is enabled by default on `--prod` builds. In the event that `ngo` is not working for your app or something goes wrong, it can be disabled by running the following build command.
99

1010
```
11-
ionic build ios --aot --minifyJs --minifyCss
11+
ionic cordova build ios --aot --minifyjs --minifycss --optimizejs
1212
```
1313

14-
Using the `--aot` flag enables the `AoT Compiler`. `--minifyJs` and `--minifyCss` minify the outputted code.
14+
Using the `--aot` flag enables the `AoT Compiler`. `--minifyjs` and `--minifycss` minify the outputted code.
1515

1616
### Notes
1717
Version `3.0.0` deprecated support for Rollup, Closure Compiler, and Babili. The support for these was poor and they were not used by many developers. `uglifyjs` was replaced with the newer `uglifyes`, which supports ES2015.

0 commit comments

Comments
 (0)