diff --git a/webpack.config.js b/webpack.config.js index 41fa59296..ecf2b1dc6 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -153,6 +153,9 @@ const config = { modules: false, chunkModules: false, }, + watchOptions: { + ignored: /\.sw.$/, + }, devServer: { inline: true, index: '/static/index.html',