Skip to content

Commit

Permalink
Exclude changelog folder from webpack watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Mar 2, 2020
1 parent 7a7b9bd commit 31b966d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module.exports = merge(common, {
path.resolve(__dirname, '.*'),
path.resolve(__dirname, 'tests'),
path.resolve(__dirname, 'build'),
path.resolve(__dirname, 'changelog'),
path.resolve(__dirname, 'dist'),
path.resolve(__dirname, 'node_modules'),
path.resolve(__dirname, 'apps') + '/*/node_modules'
Expand Down

0 comments on commit 31b966d

Please sign in to comment.