Skip to content
Snippets Groups Projects
Commit f4b62b06 authored by Calen Pennington's avatar Calen Pennington
Browse files

Don't have webpack watch node_modules or .git for changes

parent c0638ca9
Branches
Tags
......@@ -54,5 +54,8 @@ module.exports = Merge.smart(commonConfig, {
]
}
]
},
watchOptions: {
ignored: [/node_modules/, /\.git/]
}
});
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment