From 849b5c405df320e76f17e4b63538944316c17877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 28 Sep 2020 17:29:56 -0400 Subject: [PATCH] chore: remove syntax-import-meta in the test config --- .../test/fixtures/import-meta/options.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/babel-plugin-transform-modules-systemjs/test/fixtures/import-meta/options.json b/packages/babel-plugin-transform-modules-systemjs/test/fixtures/import-meta/options.json index cb038f2e52c5..c812d885edba 100644 --- a/packages/babel-plugin-transform-modules-systemjs/test/fixtures/import-meta/options.json +++ b/packages/babel-plugin-transform-modules-systemjs/test/fixtures/import-meta/options.json @@ -1,7 +1,3 @@ { - "plugins": [ - "external-helpers", - "syntax-import-meta", - "transform-modules-systemjs" - ] + "plugins": ["external-helpers", "transform-modules-systemjs"] }