Open raghuvaran opened 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
ember-cli-typescript@(v2.0.0-beta.3)
export =
Can you post an error message or some other bug-report-like information?
I guess this issue should be closed
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 supportexport =
https://github.com/mike-north/ember-resize/blob/f2cc804bfe3b4bfb94d52aa30473697dc79c82c3/app/config/environment.d.ts#L7