-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
feat(gatsby): enable babel in deps #15284
Conversation
301ed72
to
a34d55e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sidharthachatterjee this is awesome, just the way I would do it! ❤️
Maybe write a test for the exclude/include mechanism 🤷♂ (I can do it in a follow up PR)
Blocked by #15308 |
Co-Authored-By: Ward Peeters <ward@coding-tech.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮 🌮
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮 🌮 🌮
(3 tacos's a charm)
Published in |
Is there some way to exclude specific folders from this? |
This changes our setup to run babel on dependencies in
node_modules
that usegatsby
, during both:This follows up the work in #15270 and #15179
A follow up to this will include a better (and faster) heuristic when fetching the dependency tree as recommended by @KyleAMathews