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
In the case where I want to share internal modules but not export them from the package, this doesn't work. I see each entry has its own rollup config defined, which would prevent rollup from handling these common chunks on its own. Have you thought about using a single config with separate input declarations for each entry? I would guess that maybe this would allow rollup to handle the common modules on its own.
Need to design a solution for shared modules that doesn't have to go to shared inputs
The text was updated successfully, but these errors were encountered:
💡 : How about make a convention like xxx.shared.js and make it code split into its own part? But I don't know what the downside would be, feels like potential could mis-use it or conflicts with sth else. Want to have a pretty special one
Feedback from users
Need to design a solution for shared modules that doesn't have to go to shared inputs
The text was updated successfully, but these errors were encountered: