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",