-
Notifications
You must be signed in to change notification settings - Fork 143
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
@babel/plugin-proposal-class-properties issue #214
Comments
How is the babel plugging getting added? Directly by the app, or an addon mutating the app's babel config? |
@ef4 investigating now. |
ember-cli-Babel includes it by default |
emberjs/ember-cli-babel#274 added decorator and class properties support by default (as was proposed in emberjs/rfcs#408 and emberjs/rfcs#440). |
Once we get to configuring webpack's babel here we no longer have reference to the above mentioned plugin. |
The following re-implements part of ember-cli-babel embroider/packages/compat/src/v1-app.ts Lines 186 to 237 in dcb8927
|
Ya that is the issue, mega haxor confirming: #215 |
likely fixed by: #218 |
…ic-apis [Fixes #214] User ember-cli-babel’s public API to discover config (pl…
An app that functions without embroider enabled, currently fails when embroider is enabled when
classProperties
are used.Interesting files:
The text was updated successfully, but these errors were encountered: