Skip to content

Commit 394c220

Browse files
committed
chore: update rollup script
1 parent 2d65987 commit 394c220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createPlugins } from "rollup-plugin-atomic"
22

3-
const plugins = createPlugins(["js"], true)
3+
const plugins = createPlugins(["js", "babel"])
44

55
export default [
66
{

0 commit comments

Comments
 (0)