Robby Morgan

Results 42 comments of Robby Morgan

I was able to workaround this issue with the following change to `babel.config.cjs`: ```patch --- a/babel.config.cjs +++ b/babel.config.cjs @@ -3,6 +3,29 @@ const { templateCompatSupport, } = require('@embroider/compat/babel'); +/** +...

I've created https://github.com/embroider-build/embroider/pull/2472 to address this issue in `@embroider/compat`.