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",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "clear && karma start",
|
"test": "clear && karma start",
|
||||||
"build": "webpack",
|
"build": "webpack --mode production",
|
||||||
"start": "webpack serve"
|
"start": "webpack serve"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user