Skip to content

Commit

Permalink
fix: rollup-plugin-vue generated code not transpiled by babel, closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 28, 2019
1 parent 4fd943b commit 2d23585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/rollup.config.base.js
Expand Up @@ -19,6 +19,7 @@ export default {
babel({
exclude: 'node_modules/**',
runtimeHelpers: true,
extensions: ['.js', '.jsx', '.es6', '.es', '.mjs', '.vue'],
}),
cjs(),
replace({
Expand Down

0 comments on commit 2d23585

Please sign in to comment.