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
fix: support babel config file names other than .babelrc
I've added find-up as a dependency for finding the babel config file.
The babel config files to look for have been taken from @babel/core's sourcecode
Finally, as babel-loader itself will by default not look outside of the cwd
for the config file, we don't want to have false positives for any babel config
files that exist outside of the cwd
Closesnetlify#200, netlify#188
0 commit comments