Skip to content

Commit

Permalink
fix HMR
Browse files Browse the repository at this point in the history
  • Loading branch information
oguimbal committed Jul 18, 2020
1 parent 7d18359 commit 7054b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ if (isProd) {
})
// test bundle (HMR)
: buildConfig(null, 'node', {
'tests': ['./tests-index.js'],
'tests': ['webpack/hot/poll?100', './tests-index.js'],
});
}

0 comments on commit 7054b71

Please sign in to comment.