Skip to content

Commit da00333

Browse files
committed
fix: babel rollup plugin config, closes #607
1 parent 81ffaf4 commit da00333

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/rollup.config.base.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default {
1919
}),
2020
babel({
2121
exclude: 'node_modules/**',
22+
extensions: ['.js', '.vue'],
2223
}),
2324
cjs(),
2425
replace({

0 commit comments

Comments
 (0)