generate-package-json-webpack-plugin icon indicating copy to clipboard operation
generate-package-json-webpack-plugin copied to clipboard

Switched order of additionalDependencies to allow overriding

Open Rush opened this issue 2 years ago • 0 comments

Generally using runtime dependencies is a good strategy. Unfortunately I have a single package for which I use a github repo as the version specified. In order for the package to be installed I need to override this single dependency.

Prior to my commit it was not possible.

Rush avatar Jul 17 '22 05:07 Rush