Ajout d'une option pour que la compilation se fasse en mode production.
This commit is contained in:
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…
Reference in New Issue
Block a user