webpack-deduplication-plugin
webpack-deduplication-plugin copied to clipboard
Is it possible to support multiple cache folders?
On our projects we're also resolving from extra node_modules
paths.
resolve: {
modules: [anotherNodeModules, 'node_modules']
}
Is it possible somehow to support this scenario?