-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
"loose" warning for @babel/plugin-proposal-private-property-in-object #415
Comments
Seem like #428 (landed in |
Hmmm, why didn't #428 fix the warning? |
#428 fixed a related-but-not-identical issue: the set of class properties plugins themselves must match, and that's a hard error if they don't. Here, it's just warning that we're forcibly setting it when we configure the plugins, separately from whatever is set in |
Ya, makes sense @chriskrycho. I think based on your summary, that we could fix this warning too (without a massive refactoring in logic)? |
I think so? My first-pass though when looking at the code was that we just need to get the preset env config earlier up and pass any relevant options from it—mostly just |
Running an app or addon with what is currently the latest
ember-cli-babel
and@babel/preset-env
([email protected]
and@babel/[email protected]
) results in this warning:Should we be adding that option to the config anytime this block runs?
The text was updated successfully, but these errors were encountered: