grunt-release
grunt-release copied to clipboard
Bundle dependencies
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.
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)