Webpack (Angular)

Aus Tutorials
Zur Navigation springen Zur Suche springen

Noch in Bearbeitung


Packages installieren

npm install --save-dev webpack-cli
npm install --save-dev webpack-merge
npm install --save-dev clean-webpack-plugin
npm install --save-dev html-webpack-plugin
npm install --save-dev webpack-zip-plugin
npm install --save-dev moment
npm install --save-dev create-file-webpack

Links

https://dzone.com/articles/how-to-pack-angular-8-applications-on-regular-war

https://webpack.js.org/guides/production/

https://webpack.js.org/guides/getting-started/


Zurück zu Deployment Angular