Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silence JavaScript preprocessor deprecation warning on Ember 2.12 #277

Merged

Conversation

vluoto
Copy link
Contributor

@vluoto vluoto commented Mar 22, 2017

As of Ember 2.12 the addon started triggering the following deprecation warning:

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

As of Ember 2.12 the addon started triggering the following deprecation warning:

```
DEPRECATION: Addon files were detected in `.../node_modules/ember-data-factory-guy/addon`, but no JavaScript preprocessors were found for `ember-data-factory-guy`.
Please make sure to add a preprocessor (most likely `ember-cli-babel`) to in `dependencies` (NOT `devDependencies`) in `ember-data-factory-guy`'s `package.json`.
```
@danielspaniel danielspaniel merged commit b0c5cdc into adopted-ember-addons:master Mar 22, 2017
@danielspaniel
Copy link
Collaborator

Thanks for this one .. slipped by me. Good catch. :)

@danielspaniel
Copy link
Collaborator

https://github.com/danielspaniel/ember-data-factory-guy/releases/tag/v2.12.1 has fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants