@nx/js:tsc add paramter to remove package.json fields #29109
Thomas-Haider
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently have the issue that we would like to ship a clean package.json to our library users. However, this is as of now quite a pain to implement as no matter what solution we find, it never works with things like the watch mode.
Therefore, I would expect to have a new property which is called sth like
removePackageJsonFields
and is of typestring[]
. This will allow users to specify a list of fields in the package.json which should be removed for the built package.Example:
FYI, I wouldn't mind contributing to the repo myself if that is required.
Beta Was this translation helpful? Give feedback.
All reactions