Ajout option forçant le mode production lors de la compilation.
This commit is contained in:
parent
388bbc5283
commit
df9aff1724
@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack",
|
||||
"build": "webpack --mode production",
|
||||
"start": "webpack serve --no-live-reload"
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user