ember-polyfills / ember-modifier-manager-polyfill

Polyfill element modifiers for Ember 2.12 through 3.7
MIT License
10 stars 4 forks source link

Uncaught TypeError: _templateObject is not a function, #8

Closed FrankWang117 closed 5 years ago

FrankWang117 commented 5 years ago

when I use command

 ember s --environment production

to run project ,my application will give me this error:

Uncaught TypeError: _templateObject is not a function

and I find this function in ember-modifier-manager-polyfill.js . please help me!

rwjblue commented 5 years ago

This sounds like a babel transpilation bug, I'm not sure what you are hitting but it seems pretty unlikely that its a bug here in ember-modifier-manager-polyfill.

I'd suggest making a reproduction, and slowly isolating which change causes the error for you.

rwjblue commented 5 years ago

Going to close this for now, happy to reopen if you can help me with a reproduction...