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
Update the JSDoc of configureBabel to warn about .babelrc and node_modules
Babel supports 2 different types of config files:
- .babelrc stops at package boundaries
- babel.config.* applies to the whole project, including node_modules
Once node_modules is not excluded anymore in the babel-loader configuration, this distinction matters.
0 commit comments