WarrenJones

Results 7 comments of WarrenJones

之前刚好做过基于vue的低代码(low code)不是no code实现了 1. [从界面拖拽配置到json到vue ](https://unclewarren.cn/2021/02/01/json%20schema%20%E7%94%9F%E6%88%90%20vue%20%E9%A1%B5%E9%9D%A2/) 2. [并且支持vue代码改动后重新转回json再到界面配置 ](https://unclewarren.cn/2021/03/03/vue%E9%A1%B5%E9%9D%A2%E5%8F%8D%E8%BD%AC%E6%88%90json%20schema/)

Can you just show the source code of /node_modules/@antv/layout/lib/layout/index.js

It's becase your file has some special new syntax that babel can not convert,could you just post your file's soruce code here so I can know how to fix it

would you mind to show your minimal source code here that cause the error,so I can track on it

[_vite_plugin_require_transform_] This experimental syntax requires enabling one of the following parser plugin(s): "jsx", "flow", "typescript". (25:6) error during build: SyntaxError: This experimental syntax requires enabling one of the following parser...

just show the code in line 25 ? and try using one of this plugin plugin(s): "jsx", "flow", "typescript".

> I had the same problem. hoping someone finds a solution could you create a minimal source code and paste out here so that I can know What exactly the...