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 would be hesitant to actually bundle that many files, would utilizing a shrinkwrap file, have the same effect but make the bundle smaller?? (see https://docs.npmjs.com/cli/shrinkwrap if you are unfamiliar with shrinkwrap)
Curious if anyone has considered supporting 'bundleDependencies'.
I have a need for such as feature, before I fork and implement wanted to ask if anyone else has considered this?
'bundledDependencies" is exactly as the name implies. They are packed when running npm pack.
The text was updated successfully, but these errors were encountered: