(webpack) adding build script command

This commit is contained in:
Rigel Kent 2019-11-19 18:09:41 +01:00
parent 9061aabe2b
commit a09c609dd2
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F

View File

@ -29,6 +29,9 @@
"plugin" "plugin"
], ],
"library": "./main.js", "library": "./main.js",
"scripts": {
"build": "webpack --mode=production"
},
"staticDirs": { "staticDirs": {
"images": "public/images" "images": "public/images"
}, },