In scenarios with some analysis tools, it may be useful to copy the package.json file in addition to the actual bundled code files for each dependency. This PR enables that via a new option: includePackageJsons. This option is false by default.
This is the equivalent of #10 but for the 1.x branch of the plugin
In scenarios with some analysis tools, it may be useful to copy the package.json file in addition to the actual bundled code files for each dependency. This PR enables that via a new option: includePackageJsons. This option is false by default.
This is the equivalent of #10 but for the 1.x branch of the plugin