emberjs / babel-plugin-ember-template-compilation

Babel implementation of Ember's low-level template-compilation API
9 stars 11 forks source link

fix no opts in pre #37

Closed patricklx closed 6 months ago

patricklx commented 6 months ago

somehow the options are on arg instead of state.opts

patricklx commented 6 months ago

error might be here: https://github.com/embroider-build/embroider/blob/main/packages/core/src/portable-babel-launcher.ts#L29