Skip to content

Commit e357c49

Browse files
gaearonTimer
authored andcommitted
Fix windows build
1 parent 780af06 commit e357c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-error-overlay/webpack.config.iframe.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
test: /\.js$/,
2222
include: [
2323
path.resolve(__dirname, './src'),
24-
/\/node_modules\/(ansi-styles|chalk)\//,
24+
/[\/\\]node_modules[\/\\](ansi-styles|chalk)[\/\\]/,
2525
],
2626
use: {
2727
loader: 'babel-loader',

0 commit comments

Comments
 (0)