Update Webpack config
This commit is contained in:
parent
68927868a0
commit
da992ae333
2 changed files with 3 additions and 13 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue