Commit 7b4cd8c9 authored by Mike Greiling's avatar Mike Greiling

exclude node_modules from imports-loader wrapper

parent 534f7f51
......@@ -62,6 +62,7 @@ var config = {
},
{
test: /\.(js|es6)$/,
exclude: /node_modules/,
loader: 'imports-loader',
query: 'this=>window'
},
......
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