mirror of
https://github.com/getredash/redash.git
synced 2026-03-28 14:02:02 -04:00
Webpack: ignore vim swap files
This commit is contained in:
@@ -153,6 +153,9 @@ const config = {
|
||||
modules: false,
|
||||
chunkModules: false,
|
||||
},
|
||||
watchOptions: {
|
||||
ignored: /\.sw.$/,
|
||||
},
|
||||
devServer: {
|
||||
inline: true,
|
||||
index: '/static/index.html',
|
||||
|
||||
Reference in New Issue
Block a user