Skip to content

Commit eab8f35

Browse files
committed
Get webpack watching to not stop #bugfix
1 parent 2a817a9 commit eab8f35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

{{ cookiecutter.project_slug }}/client/webpack.config.development.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ module.exports = {
6060
// to work
6161
disableHostCheck: true,
6262
},
63+
watchOptions: {
64+
ignored: /node_modules/,
65+
aggregateTimeout: 300,
66+
poll: 500,
67+
},
6368
};

0 commit comments

Comments
 (0)