You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
0 commit comments