webpack-deduplication-plugin icon indicating copy to clipboard operation
webpack-deduplication-plugin copied to clipboard

Is it possible to support multiple cache folders?

Open wintercounter opened this issue 4 years ago • 0 comments

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?

wintercounter avatar Sep 15 '20 07:09 wintercounter