Skip to content

Commit c2044ef

Browse files
committed
build(webpack): remove duplicates from the build
Refs #7341
1 parent 211643d commit c2044ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack/_config-builder.js

Lines changed: 2 additions & 0 deletions
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)