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 recently implemented this and found that I could not generate the docs because Babel's plugin-proposal-class-properties and plugin-proposal-decorators were not available to this addon. These are required for Octane's syntax to compile.
@TeeBrysiewicz I'm sure you didn't miss anything. I haven't been working with Ember for a while and as such don't use this tool regularly anymore, so haven't kept it up to date with latest versions, etc.
I recently implemented this and found that I could not generate the docs because Babel's plugin-proposal-class-properties and plugin-proposal-decorators were not available to this addon. These are required for Octane's syntax to compile.
Using:
To get it to work, I had to:
If I missed something and it should have worked please let me know, if not I'll start working on a PR.
The text was updated successfully, but these errors were encountered: