We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780af06 commit e357c49Copy full SHA for e357c49
packages/react-error-overlay/webpack.config.iframe.js
@@ -21,7 +21,7 @@ module.exports = {
21
test: /\.js$/,
22
include: [
23
path.resolve(__dirname, './src'),
24
- /\/node_modules\/(ansi-styles|chalk)\//,
+ /[\/\\]node_modules[\/\\](ansi-styles|chalk)[\/\\]/,
25
],
26
use: {
27
loader: 'babel-loader',
0 commit comments