sonatype-nexus-community / copy-modules-webpack-plugin

A Webpack plugin which copies module sources to a separate directory
Apache License 2.0
18 stars 7 forks source link

Add support for package.json copying (1.x) #13

Closed rpokorny closed 4 years ago

rpokorny commented 4 years ago

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