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

Fix babel-plugin-debug-macros warning #475

Merged
merged 1 commit into from Dec 18, 2019
Merged

Commits on Dec 18, 2019

  1. Fix babel-plugin-debug-macros warning

    Some Module Unification configuration remained in `init` of `index.js`
    which happened to be using the older v1 babel-plugin-debug-macros
    configuration API, resulting in many spurious and inactionable warnings
    to the console, eg
    
    ```
    building...
    babel-plugin-debug-macros configuration API has changed, please update your configuration
    babel-plugin-debug-macros configuration API has changed, please update your configuration
    babel-plugin-debug-macros configuration API has changed, please update your configuration
    babel-plugin-debug-macros configuration API has changed, please update your configuration
    babel-plugin-debug-macros configuration API has changed, please update your configuration
    babel-plugin-debug-macros configuration API has changed, please update your configuration
    babel-plugin-debug-macros configuration API has changed, please update your configuration
    cleaning up
    ```
    
    Kill it, and in so doing, kill the warning.
    
    Co-authored-by: Robert Jackson <me@rwjblue.com>
    hjdivad and rwjblue committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    27e393f View commit details
    Browse the repository at this point in the history