Ajout option forçant le mode production lors de la compilation du projet
This commit is contained in:
parent
d7e9ec4dbe
commit
c00ddb007b
@ -5,7 +5,7 @@
|
||||
"main": "./src/vCarousel.ts",
|
||||
"scripts": {
|
||||
"test": "karma start",
|
||||
"build": "webpack",
|
||||
"build": "webpack --mode production",
|
||||
"start": "webpack-dev-server"
|
||||
},
|
||||
"repository": {
|
||||
|
Loading…
Reference in New Issue
Block a user