Skip to content

Commit

Permalink
Added watch content base to dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Sep 28, 2019
1 parent e0cdbb8 commit f471d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"webpack-dev-server": "^3.8.0"
},
"scripts": {
"dev": "webpack-dev-server",
"dev": "webpack-dev-server --watch-content-base",
"build": "webpack --mode=production & webpack --mode=production --env.MINIMIZE",
"build-alpha": "webpack --mode=production --env.EDGE & webpack --mode=production --env.MINIMIZE --env.EDGE",
"build-examples": "webpack --config webpack.examples.config.js --mode=production --env.EDGE & webpack --config webpack.examples.config.js --mode=production --env.MINIMIZE --env.EDGE",
Expand Down

0 comments on commit f471d4e

Please sign in to comment.