vue3-sfc-loader icon indicating copy to clipboard operation
vue3-sfc-loader copied to clipboard

This experimental syntax requires enabling one of the following parser plugin(s): "jsx", "flow", "typescript". at async Promise.all

Open mkinit opened this issue 7 months ago • 0 comments
trafficstars

The first time I used it, I encountered a problem: This experimental syntax requires enabling one of the following parser plugin(s): "jsx", "flow", "typescript". at async Promise.all

My development environment: vue2+vite Console error: This experimental syntax requires enabling one of the following parser plugin(s): "jsx", "flow", "typescript". at async Promise.all Error file location: vue3-sfc-loader/dist/webpack/src/parse-error.ts, line 74, const error = new SyntaxError();

I don't know how to solve this problem, I need help, thanks a lot.

mkinit avatar Apr 21 '25 14:04 mkinit