-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error: The 'decorators' plugin requires a 'decoratorsBeforeExport' option #38
Comments
Hi! Sorry you're hitting this issue! The same thing has been reported upstream as well: Galooshi/import-js#515. The workaround is to install an older version of the plugin, or switch your project over to babel 7 (I think). |
Hey Thanks for your reply! It seems that the decorators plugin requires an explicit value now... but I don't get where to set it... Is atom-import-js using a decorators plugin? I have a Meteor project ([email protected]) |
I want to cross post a meteor thread here, because I really want to get to the bottom of this error: Would changes to my project's babelrc file affect the operation of the atom-import-js package? I downgraded to atom-import-js 0.14.0, by uninstalling and then running: Also curiously enough my colleague is able to run v0.15.0 in the same project repo! hoping for insight... |
Don't forget the babel-eslint flag if you're using this babel/babel-eslint#679 , that also changed very recently and that got me.
|
Thanks! |
parser options like
|
It looks like this is the same issue as Galooshi/import-js#515. Any help debugging this is deeply appreciated 🙏. |
Mind the typo:
This worked well for me:
|
@kakenbok fixed spelling on initial comment! thanks |
Atom 1.29.0 - Mac 10.11 - in a meteor project - cmd-shift-i gives this error:
any known workarounds
The text was updated successfully, but these errors were encountered: