build(webpack): remove duplicates from the build

Refs #7341
This commit is contained in:
Vladimir Gorej
2021-09-15 11:51:01 +03:00
parent b90c6b5a09
commit efff3a6051

View File

@@ -130,6 +130,8 @@ export default function buildConfig(
"@babel/runtime-corejs3": path.resolve(__dirname, "..", "node_modules/@babel/runtime-corejs3"),
"js-yaml": path.resolve(__dirname, "..", "node_modules/js-yaml"),
"lodash": path.resolve(__dirname, "..", "node_modules/lodash"),
"isarray": path.resolve(__dirname, "..", "node_modules/stream-browserify/node_modules/isarray"),
"react-is": path.resolve(__dirname, "..", "node_modules/react-redux/node_modules/react-is"),
},
},