Skip to content

Commit

Permalink
fix(build): watch index.html as well
Browse files Browse the repository at this point in the history
Closes wbkd#14
  • Loading branch information
g-div committed May 23, 2018
1 parent 962deb9 commit 006eeab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module.exports = (options) => {

webpackConfig.devServer = {
contentBase: dest,
watchContentBase: true,
hot: true,
port: options.port,
inline: true
Expand Down

0 comments on commit 006eeab

Please sign in to comment.