You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue when trying to compile using babel 7.
Here's where the error is coming from:
After console.logging I realized that metadata property on state.file is an empty object
The problem doesn't come from any plugin incompatibility. It doesn't work even with the simplest .babelrc / .babelrc.js file
{
"plugins": ["emotion"]
}
Babel 7 is still in beta, but it has a lot of benefits (most notably babel-preset-env that can include only polyfills for features that are actually used (!) by your code).
Please, look into it. Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for filing an issue for this. We should get this fixed before the Babel 7 release. Would you want to give this a try @mcongy? Here is an example where they polyfill for babel/babel#6343
Hello,
emotion
version: latest (8.0.9)babel-plugin-emotion
version: latest (8.0.9)babel
version: 7.0.0-beta3I'm having an issue when trying to compile using babel 7.
Here's where the error is coming from:
After console.logging I realized that
metadata
property onstate.file
is an empty objectThe problem doesn't come from any plugin incompatibility. It doesn't work even with the simplest .babelrc / .babelrc.js file
Babel 7 is still in beta, but it has a lot of benefits (most notably babel-preset-env that can include only polyfills for features that are actually used (!) by your code).
Please, look into it. Thanks!
The text was updated successfully, but these errors were encountered: