From 669f412869265db633bb7b77ecb454b56a7ad9fd Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 10 Jun 2019 18:24:36 +0300 Subject: [PATCH] feature(babel) remove unused @babel/plugin-syntax-dynamic-import --- .babelrc | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.babelrc b/.babelrc index 4edbb326..b6260752 100644 --- a/.babelrc +++ b/.babelrc @@ -7,7 +7,6 @@ }], ], "plugins": [ - "@babel/plugin-syntax-dynamic-import", ["module:fast-async", { "compiler": { "generators": false, diff --git a/package.json b/package.json index 959878b7..1d4f90e6 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,6 @@ }, "devDependencies": { "@babel/core": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/preset-env": "^7.0.0", "@cloudcmd/clipboard": "^1.0.2", "@cloudcmd/create-element": "^1.0.0",