CHparis

Results 3 issues of CHparis

### Bug Description When I add If-Else component to my flow and request the flow through API, stream=true on the URL will not response。 ### Reproduction If-Else component ### Expected...

bug

在使用@originjs/vite-plugin-commonjs模块的viteCommonjs()方法之后,使用exclude排除掉path、crypto等nodejs模块之后,代码中还是无法使用path等模块的功能,如: const path = require('path') path.join() 将会报错:path.join is not a function 如果我不执行viteCommonjs()则能够正常使用