Skip to content

Commit b319451

Browse files
committed
Set cacheWithContext to false in webpack config
1 parent 8ac0423 commit b319451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ module.exports = (env, argv) => {
387387
// Disable unsafeCache as it causes incorrectly resolved packages when using d3 aliases for example. I.e. adding d3v5 will potentionally hoist d3-array in a conflicting version with d3v3, however the aggressive caching will not notice this difference.
388388
// See https://webpack.js.org/configuration/resolve/#resolveunsafecache for details.
389389
unsafeCache: false,
390+
cacheWithContext: false,
390391
fallback: {
391392
util: require.resolve('util/'),
392393
},

0 commit comments

Comments
 (0)