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

This commit is contained in:
Fabrice PENHOËT 2022-02-03 17:47:59 +01:00
parent de0d2b5ca4
commit 913ef435d8
1 changed files with 1 additions and 1 deletions

View File

@ -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": {