From bb7722f2e2ac4d7dea7ad7d929c89997f0c7fd99 Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Wed, 23 May 2018 11:35:11 -0700 Subject: [PATCH] Use custom Babel loader to avoid using separate Babel copies for loader and loader options (#4417) * Port Babel logic to new custom babel-loader for config injection. * Update logic to also support babel.config.js configs. * Add test for .babelrc * Make inconsistent test work