Skip to content

Commit

Permalink
Don't need babel plugin here for changing the packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Dec 26, 2023
1 parent 14bca41 commit ee21412
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import babel from '@rollup/plugin-babel';
import commonjs from '@rollup/plugin-commonjs';
import nodeResolve from '@rollup/plugin-node-resolve';

Expand All @@ -18,12 +17,6 @@ export default {
],
plugins: [
commonjs(),
babel({
babelHelpers: 'runtime',
plugins: [
'@babel/plugin-transform-runtime'
]
}),
nodeResolve()
],
external: [
Expand Down

0 comments on commit ee21412

Please sign in to comment.