From 4f441ff27e4a71cf42b84e202a268623602a463c Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Fri, 1 Sep 2017 15:13:04 -0700 Subject: [PATCH] Ignore the standalone output bundle so it will require() faster. --- .babelignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.babelignore b/.babelignore index 1e2393e700..f5a47ba77d 100644 --- a/.babelignore +++ b/.babelignore @@ -1,3 +1,4 @@ # Ensure babel-register won't compile fixtures, or try to recompile compiled code. packages/*/test/fixtures packages/*/lib +packages/babel-standalone/babel.js