lazybensch / ember-cli-copyable

Deeply copies your records including their relations. The mixin is smart enough to resolve not loaded relations and is configurable to what should be shallow/deeply copied or excluded entirely.
MIT License
25 stars 17 forks source link

Add babel to dependencies #25

Open milindalvares opened 7 years ago

milindalvares commented 7 years ago

Takes care of the deprecation warning:

DEPRECATION: Addon files were detected in /Users/milindalvares/dev/invoicesapp-frontend-ember/node_modules/ember-cli-copyable/addon, but no JavaScript preprocessors were found for ember-cli-copyable. Please make sure to add a preprocessor (most likely ember-cli-babel) to in dependencies (NOT devDependencies) in ember-cli-copyable's package.json.

As discussed in Issue #24.