-
Notifications
You must be signed in to change notification settings - Fork 508
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
.browserslistrc being ignored from @babel/preset-env #655
Comments
I couldn't figure out or prevent my project from bundling with spread operator 😢 Ended up just slapping the Babel-CLI onto the end of the build process 🙃 Would love some help fixing this. |
Ah this is the problem |
@kylemh so does a |
@kylemh following up on my previous question |
Ill jump into this ticket and the Storybook one tomorrow! I’ve got them both saved. |
Make it one more day... Sorry about the delay. |
thanks a ton @agilgur5 really helping me ❤️ hoping to get back to TSDX stuff soon |
Right, sorry for continuing to comment, but I actually closed this when I realized that this was the problem. |
Yes, I realize that, but I had also asked above #655 (comment) if |
Current Behavior
I have a custom babel config:
and a
.browserslistrc
file with Edge 16 (among others)The build step includes destructured object spread operators :(
Expected behavior
The spread operators are transpiled down to something more acceptable for the browsers I want to use based off of
.browserslistrc
.Suggested solution(s)
Fast track #634
Your environment
The text was updated successfully, but these errors were encountered: