-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
buildBabelOptions returns some things that aren't valid babel options #227
Comments
Just hit another example, which is the weird not-really-a-plugin entry with |
@ef4 Think we should avoid adding them and make a private internal API for when we have to talk to broccoli-babel-transpiler? |
Or at least keep them together under a single property within the Babel config, so it’s easier to split them back out. |
FWIW, this will be resolvable with #371. |
may be related embroider-build/ember-auto-import#267 |
annotation
andthrowUnlessParallelizable
are returned bybuildBabelOptions()
, but they aren't really babel options, they're broccoli-babel-transpiler options.This came up because in ember-auto-import I'm trying to automatically configure a babel parser based off the app's babel configuration.
I think these options should be kept separate from the real babel options.
The text was updated successfully, but these errors were encountered: