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

Commits on Mar 22, 2017

  1. Silence JavaScript preprocessor deprecation warning on Ember 2.12

    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`.
    ```
    Veli-Matti Luoto committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    5371209 View commit details
    Browse the repository at this point in the history