Ajout d'une option pour que la compilation se fasse en mode production.

master
Fabrice PENHOËT 1 year ago
parent de0d2b5ca4
commit 913ef435d8

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "clear && karma start",
"build": "webpack",
"build": "webpack --mode production",
"start": "webpack serve"
},
"repository": {

Loading…
Cancel
Save