Merge branch 'master' into 'master'

(webpack) add `build` script command

See merge request framasoft/peertube/peertube-plugin-quickstart!2
master
Chocobozzz 5 years ago
commit c359ddfb50
  1. 3
      package.json

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

Loading…
Cancel
Save