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
By default, babel will look for a babel.config.js in the root of the project. However, our Babel configuration is in a folder in packages. This means that it was never getting used.
Type of Change
Summary
It appears as part of the discovery done into #198 , that our project's babel configuration configuration wasn't getting used at all. 😬
Details
By default, babel will look for a babel.config.js in the root of the project. However, our Babel configuration is in a folder in packages. This means that it was never getting used.
Similar to PostCSS config
We would need to programmatically detect for babel config, e.g.
This does bring up a question, is browserslist also getting ignored? 😞
The text was updated successfully, but these errors were encountered: