From afafa6d2138fdcbfcde5da0655f0b89fb06e7d5b Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Tue, 16 Jun 2020 04:05:43 -0400 Subject: [PATCH] Silence core-js warnings during tests (#661) Co-authored-by: Ward Peeters --- test/fixtures/custom-babelrc/.babelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixtures/custom-babelrc/.babelrc b/test/fixtures/custom-babelrc/.babelrc index 81986a3..bc03013 100644 --- a/test/fixtures/custom-babelrc/.babelrc +++ b/test/fixtures/custom-babelrc/.babelrc @@ -6,6 +6,7 @@ "loose": true, "modules": false, "useBuiltIns": "usage", + "corejs": 2, "targets": { "esmodules": true }