Addepar / ember-charts

https://opensource.addepar.com/ember-charts/
Other
784 stars 131 forks source link

Bump ember-cli-babel to 6.0.0 #225

Closed muesli closed 5 years ago

muesli commented 5 years ago

Without this change I couldn't use ember-charts with Ember 3.5, due to the following build warning and error:

Build warning:

DEPRECATION: ember-cli-babel 5.x has been deprecated. Please upgrade to at least ember-cli-babel 6.6. Version 5.2.8 located: my_app -> ember-charts -> ember-cli-babel

Runtime error:

Could not find module ember imported from ember-charts/components/pie-chart
muesli commented 5 years ago

Would have been nice to at least get some form of feedback. Closing as this is hopefully resolved by now.