(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
1 changed files with 3 additions and 0 deletions

View File

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