owlsdepartment / vite-plugin-babel

Runs babel during dev serve in Vite
MIT License
51 stars 14 forks source link

Node 12 is not supported #7

Closed chengzhuo5 closed 2 years ago

chengzhuo5 commented 2 years ago

error when starting dev server: contents: result?.code ?? "", ^ SyntaxError: Unexpected token '.'

przyb commented 2 years ago

@chengzhuo5 Node 12 is EOL since 2022-04-30, so we don't plan to support it. Please update to 16 which is the current stable LTS.