Skip to content

Commit 3303f91

Browse files
authored
fix issue 521 - SyntaxError: Unexpected token in vue3 (jbaysolutions#522)
1 parent ed29390 commit 3303f91

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
@@ -20,14 +20,14 @@ export default {
2020
}
2121
],
2222
plugins: [
23+
vue(),
2324
nodeResolve(),
2425
commonjs(),
2526
typescript({
2627
tsconfig: false,
2728
experimentalDecorators: true,
2829
module: 'es2015'
2930
}),
30-
vue(),
3131
postcss({
3232
plugins: [require('autoprefixer')]
3333
}),

0 commit comments

Comments
 (0)