Skip to content

Commit

Permalink
Merge pull request getredash#2382 from deecay/webpack-ignore
Browse files Browse the repository at this point in the history
Webpack: ignore vim swap files
  • Loading branch information
arikfr authored Mar 11, 2018
2 parents 1a75d49 + b79abf5 commit 0410d83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ const config = {
modules: false,
chunkModules: false,
},
watchOptions: {
ignored: /\.sw.$/,
},
devServer: {
inline: true,
index: '/static/index.html',
Expand Down

0 comments on commit 0410d83

Please sign in to comment.