We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e676ff + 296a3d8 commit 5169d9aCopy full SHA for 5169d9a
src/make-webpack-config.js
@@ -69,7 +69,7 @@ module.exports = function(env) {
69
loaders: [
70
{
71
// TODO: remove this when entities module is fixed (https://github.com/fb55/entities/pull/26)
72
- test: /node_modules\/entities\/.*\.json$/,
+ test: /node_modules[/\\]entities[/\\].*\.json$/,
73
include: /node_modules/,
74
loader: 'json'
75
},
0 commit comments