oliviertassinari / babel-plugin-transform-react-remove-prop-types

Remove unnecessary React propTypes from the production build. :balloon:
MIT License
897 stars 61 forks source link

Remove npm lockfiles #164

Closed vikr01 closed 5 years ago

vikr01 commented 5 years ago

Not sure why both package-lock.json and yarn.lock are included in the repo.

Anyway, lockfiles are not needed here since this is not an app. See this comment for further explanation.

oliviertassinari commented 5 years ago

@vikr01 Thank you for the suggestion. I'm gonna keep yarn so we can have a reproductible behavior between local env and the CI. It's definitely a hard tradeoff to make. I completely understand your motivation.