Skip to content

Commit f4d30ea

Browse files
eviIItlevy9527
authored andcommitted
chore: update babel config to transform const to var
1 parent 29ca5f4 commit f4d30ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/build/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const config = {
2121
}),
2222
babel({
2323
runtimeHelpers: true,
24+
extensions: ['.js', '.jsx', '.es6', '.es', '.mjs', '.vue'],
2425
exclude: 'node_modules/**'
2526
})
2627
]

0 commit comments

Comments
 (0)