Webpack (Angular): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ Zurück zu Deployment Angular“)
 
Zeile 1: Zeile 1:
{{note|Noch in Bearbeitung}}


== Packages installieren ==
<pre>
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
</pre>
=== Links ===
[https://webpack.js.org/guides/production/ https://webpack.js.org/guides/production/]
[https://webpack.js.org/guides/getting-started/ https://webpack.js.org/guides/getting-started/]




Zurück zu [[Deployment Angular]]
Zurück zu [[Deployment Angular]]

Version vom 27. April 2019, 16:31 Uhr

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://webpack.js.org/guides/production/

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


Zurück zu Deployment Angular