Skip to content

Commit

Permalink
build(webpack): remove duplicates from the build
Browse files Browse the repository at this point in the history
Refs #7341
  • Loading branch information
char0n committed Nov 3, 2021
1 parent b90c6b5 commit efff3a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack/_config-builder.js
Expand Up @@ -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"),
},
},

Expand Down

0 comments on commit efff3a6

Please sign in to comment.