roofstock / ember-cli-data-export

Addon that encapsulates ability to render a data set as either excel or csv.
MIT License
24 stars 32 forks source link

How to avoid deprecation warning #14

Open greyhwndz opened 7 years ago

greyhwndz commented 7 years ago

using ember-cli 2.13.0 and having this warning:

DEPRECATION: Addon files were detected inC:/my-project/node_modules/ember-cli-data-export/addon, but no JavaScript preprocessors were found forember-cli-data-export``

How is it possible to remove this?

Gorzas commented 7 years ago

I'm using ember-cli 2.13.0 and I don't remember to have that deprection messages. Where do you get them?

osxi commented 7 years ago

I would think this would be fixed by https://github.com/roofstock/ember-cli-data-export/pull/12 since ember-cli-babel was added to the project's dependencies at that time.