version: 1.5.0
version 5.2.10
npm install -g webpack@latest
npm install -g webpack-cli@latest
Webpack must be installed globally together with webpack-cli version 4.5.0
The first command is watching for changes in project and incrementally building. Second one is production special Build - dev - production - ahead of time
npm run build
npm run build-prod
npm run build-aot
Lukas Caniga
email: lukas.caniga@gmail.com
If you want to contribute, you are very welcome.