You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnpm run start throws a syntax error related to the Flow type annotation.
What is expected?
The code should compile, since the babel flow preset is installed and configured.
What is actually happening?
The code is not compiling.
The same configuration was working on Vue 2 ( with vue-template-compiler ).
I am not sure this is a bug but if you can take a look I'd appreciate very much.
The text was updated successfully, but these errors were encountered:
Version
17.3.1
Reproduction link
codesandbox.io
Steps to reproduce
pnpm run start
throws a syntax error related to the Flow type annotation.What is expected?
The code should compile, since the babel flow preset is installed and configured.
What is actually happening?
The code is not compiling.
The same configuration was working on Vue 2 ( with vue-template-compiler ).
I am not sure this is a bug but if you can take a look I'd appreciate very much.
The text was updated successfully, but these errors were encountered: