Webpack: ignore vim swap files

This commit is contained in:
deecay
2018-03-10 17:48:11 +09:00
parent 1a75d49041
commit b79abf52fd

View File

@@ -153,6 +153,9 @@ const config = {
modules: false,
chunkModules: false,
},
watchOptions: {
ignored: /\.sw.$/,
},
devServer: {
inline: true,
index: '/static/index.html',