mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Merge pull request #2382 from deecay/webpack-ignore
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