Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit a3a6a1e

Browse files
committed
feat: add babel helpers
1 parent d1bb72e commit a3a6a1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { babel } from '@rollup/plugin-babel';
1+
import { babel } from "@rollup/plugin-babel";
22
import resolve from "rollup-plugin-node-resolve";
33
import commonjs from "rollup-plugin-commonjs";
44
import replace from "rollup-plugin-replace";
@@ -33,6 +33,7 @@ export default [
3333

3434
plugins: [
3535
babel({
36+
babelHelpers: "bundled",
3637
exclude: "./node_modules/**",
3738
}),
3839
replace({

0 commit comments

Comments
 (0)