Update Webpack config

This commit is contained in:
panr 2018-07-25 16:31:54 +02:00
parent 68927868a0
commit da992ae333
2 changed files with 3 additions and 13 deletions

View file

@ -3,10 +3,10 @@
"version": "1.0.0",
"main": "index.js",
"author": "panr & mobily",
"license": "private",
"license": "MIT",
"scripts": {
"start": "hugo server --buildDrafts",
"dev": "node node_modules/.bin/webpack"
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"browserslist": [
"last 2 versions",