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

Conversation

hjdivad
Copy link
Contributor

@hjdivad hjdivad commented Dec 18, 2019

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.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants