diff --git a/rollup.config.js b/rollup.config.js index b1b1813..1c4ce0a 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -1,4 +1,3 @@ -import babel from '@rollup/plugin-babel'; import commonjs from '@rollup/plugin-commonjs'; import nodeResolve from '@rollup/plugin-node-resolve'; @@ -18,12 +17,6 @@ export default { ], plugins: [ commonjs(), - babel({ - babelHelpers: 'runtime', - plugins: [ - '@babel/plugin-transform-runtime' - ] - }), nodeResolve() ], external: [