Skip to content

Commit 5169d9a

Browse files
committed
Merge pull request #138 from mdhgriffiths/windev
Regexp to match windows path separators
2 parents 1e676ff + 296a3d8 commit 5169d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/make-webpack-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module.exports = function(env) {
6969
loaders: [
7070
{
7171
// TODO: remove this when entities module is fixed (https://github.com/fb55/entities/pull/26)
72-
test: /node_modules\/entities\/.*\.json$/,
72+
test: /node_modules[/\\]entities[/\\].*\.json$/,
7373
include: /node_modules/,
7474
loader: 'json'
7575
},

0 commit comments

Comments
 (0)