vuejs / rollup-plugin-vue

Roll .vue files
https://vuejs.github.io/rollup-plugin-vue
MIT License
846 stars 148 forks source link

JSX in SFC doesn't work #429

Open Akryum opened 3 years ago

Akryum commented 3 years ago

Version

5.1.9

Reproduction link

https://github.com/Akryum/repro-rollup-vue2-jsx

Steps to reproduce

yarn
yarn build

What is expected?

Build succeeds

What is actually happening?

[!] Error: Unexpected token
src/Hello.vue?rollup-plugin-vue=script.js (4:11)
2: export default {
3:   render (h) {
4:     return <div>Hello</div>
              ^
5:   }
6: }
Error: Unexpected token
wuyuweixin commented 3 years ago

Is there any progress on this issue?

longshihui commented 3 years ago

i have same problem.