anton-liam
anton-liam
主要是 逻辑 解析NUXT3 非SSR模式下的会解析出json. 的bug
same issue , any idea?
@clangenb I can't rewrite the code because it's subpackage dependent. After two hours of code retracing I found that the `crypto-broserify` dependent `randomfill` package was not transpiled by rollup. sourcecode:...
I used the replace plugin to change the code in question, nuxt.config.ts ```ts import { replaceCodePlugin } from 'vite-plugin-replace'; ... vite: { plugins: [ replaceCodePlugin({ replacements: [ { from: `if...