Skip to content

Commit

Permalink
fix web pack exclude issue for windows users [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1k authored Feb 4, 2018
1 parent 63f707f commit d901862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let webpackConfig = {
rules: [
{
test: /\.(js|jsx)$/,
exclude: /node_modules\/(?!identicons)/ ,
exclude: /node_modules(?!(\/|\\)identicons)/ ,
loader: 'babel-loader'
},
// Getting URLs for font files otherwise we get encoding errors in css-loader
Expand Down

0 comments on commit d901862

Please sign in to comment.