You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the plugin in a monorepo, and when using it, all the compiled code is going to vendors, even though they contain source code from other packages in the same monorepo.
Is there a way to avoid generating the vendors file? Or at least not to include there the packages of the monorepo?
Thanks!
The text was updated successfully, but these errors were encountered:
fallemand
changed the title
Monorepo: most files goes to vendors
Monorepo: most files go to vendors chunk
Sep 27, 2022
All the source code is getting compiled, but it's generating a chunk called vendors, when all this code comes from the same monorepo. I want the code from other packages in the same monorepo to be included in the same chunk, and not extracted in vendors.js
Same issue, I get a massive vendor chunk when using this plugin with monorepo :(
Is there another way to give a meaningful names to my chunks without this plugin?
I'm using the plugin in a monorepo, and when using it, all the compiled code is going to
vendors
, even though they contain source code from other packages in the same monorepo.Is there a way to avoid generating the vendors file? Or at least not to include there the packages of the monorepo?
Thanks!
The text was updated successfully, but these errors were encountered: