Skip to content

Commit 4307442

Browse files
committed
build(webpack): remove duplicates from the build
Refs #7341
1 parent 76d4350 commit 4307442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack/_config-builder.js

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ export default function buildConfig(
130130
"@babel/runtime-corejs3": path.resolve(__dirname, "..", "node_modules/@babel/runtime-corejs3"),
131131
"js-yaml": path.resolve(__dirname, "..", "node_modules/js-yaml"),
132132
"lodash": path.resolve(__dirname, "..", "node_modules/lodash"),
133+
"isarray": path.resolve(__dirname, "..", "node_modules/stream-browserify/node_modules/isarray"),
134+
"react-is": path.resolve(__dirname, "..", "node_modules/react-redux/node_modules/react-is"),
133135
},
134136
},
135137

0 commit comments

Comments
 (0)