joaomede / vue3-json-editor

A jsoneditor of vue 3 (next) - (fork vue-json-editor)
ISC License
45 stars 29 forks source link

Invalid or unexpected token #21

Open crypto-jianyong opened 2 years ago

crypto-jianyong commented 2 years ago

stack: Vue3 + vue3-json-editor 1.1.5

All works on local.

When deploying to production, a line of code is generated. toString$1=functionUncurryThis(1.toString)

And 1.toString throws error: SyntaxError: Invalid or unexpected token.

joaomede commented 2 years ago

Hi, what specific version for VueJS? is Vite project or not?