-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support processing of package.json files in node_modules #15
Comments
First time I've seen this library being used in the wild for something other than a UserFrosting project. Interesting use case. Relatively sure the Seeing this scenario covered will likely involve a semver major release, https://github.com/RobotsAndPencils/react-robits will need to update once this is addressed. |
Thanks for looking into this @Silic0nS0ldier! No issue from our end upgrading to a new release if this gets a workaround. And this is a cool tool, happy to help get it some "in the wild" exposure! It's been really helpful for our setup. Another use case, while you're in there, is that it'd be helpful to be able to scope to just the |
I'll keep that in mind. The refactor I'm currently working on should offer the level of control needed for most scenarios. |
Because of nodejs/help#2303, validation trips up when using this tool with packages within
node_modules
, which happens to be my use case.The following is thrown:
So while that is a valid error, and this is an upstream problem, would it be possible to include a configuration override from this package that ignores
bundleDependencies
, or allows it to be be a boolean?The text was updated successfully, but these errors were encountered: