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
JSX is passed to the babelParserPlugins configuration, but there is no JSX tag on the script in the Vue file. The JSX plug-in will not be used during actual parsing, resulting in a parsing error.
My current solution is to manually add jsx to script.lang during the build
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
JSX is passed to the babelParserPlugins configuration, but there is no JSX tag on the script in the Vue file. The JSX plug-in will not be used during actual parsing, resulting in a parsing error.
My current solution is to manually add jsx to script.lang during the build
Related code 1
Related code 2
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions