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.