Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 40924dd

Browse files
committed
fix regex
1 parent 09ba60b commit 40924dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/webpack-config/babel-loader-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function getConfigForNodeModules(urc) {
132132
);
133133
}
134134
loaderConfig.include = new RegExp(
135-
`/node_modules/(${excludeList.map(m => `(!?${m})/)})`)})`
135+
`/node_modules/(${excludeList.map(m => `(!?${m}/)`)})`
136136
);
137137
}
138138

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/underreact",
3-
"version": "0.6.0-dev.4",
3+
"version": "0.6.0-dev.5",
44
"description": "Minimal, extensible React app build system that you won't need to eject",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)