Skip to content

Commit

Permalink
fix: babel rollup plugin config, closes #607
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 4, 2021
1 parent 81ffaf4 commit da00333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/rollup.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default {
}),
babel({
exclude: 'node_modules/**',
extensions: ['.js', '.vue'],
}),
cjs(),
replace({
Expand Down

0 comments on commit da00333

Please sign in to comment.