Commit f4b62b06 by Calen Pennington

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

parent c0638ca9
......@@ -54,5 +54,8 @@ module.exports = Merge.smart(commonConfig, {
]
}
]
},
watchOptions: {
ignored: [/node_modules/, /\.git/]
}
});
Markdown is supported
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