mike-north / ember-resize

Respond to window and view resizing easily in Ember.js
http://mike.works/ember-resize
MIT License
84 stars 42 forks source link

`export =` is not supported by `@babel/plugin-transform-typescript#7.1.0` #260

Open raghuvaran opened 5 years ago

raghuvaran commented 5 years ago

Ember app with ember-resize addon doesn't build when used along with ember-cli-typescript@(v2.0.0-beta.3). Looks like the newer version of babel doesn't support export = https://github.com/mike-north/ember-resize/blob/f2cc804bfe3b4bfb94d52aa30473697dc79c82c3/app/config/environment.d.ts#L7

mike-north commented 5 years ago

Can you post an error message or some other bug-report-like information?

bartocc commented 1 year ago

I guess this issue should be closed