(webpack) adding build script command

master
Rigel Kent 5 years ago
parent 9061aabe2b
commit a09c609dd2
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
  1. 3
      package.json

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

Loading…
Cancel
Save