Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jan 12, 2018
1 parent a1faae2 commit 347bd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-error-overlay/webpack.config.iframe.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
test: /\.js$/,
include: [
path.resolve(__dirname, './src'),
/\/node_modules\/(ansi-styles|chalk)\//,
/[\/\\]node_modules[\/\\](ansi-styles|chalk)[\/\\]/,
],
use: {
loader: 'babel-loader',
Expand Down

0 comments on commit 347bd59

Please sign in to comment.