Skip to content
Snippets Groups Projects
Commit 7b4cd8c9 authored by Mike Greiling's avatar Mike Greiling
Browse files

exclude node_modules from imports-loader wrapper

parent 534f7f51
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,6 +62,7 @@ var config = {
},
{
test: /\.(js|es6)$/,
exclude: /node_modules/,
loader: 'imports-loader',
query: 'this=>window'
},
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment