CodingMan

Results 4 comments of CodingMan

flex-grow: 0; flex-shrink: 1; flex-basic: auto;

循环引用呢?

I found a solution with three steps: 1. Use the vite-plugin-wasm plugin, add it into your vit.config 2. Add the wasm file to optimizeDeps.exinclude into vite.config.js ``` exclude: ["opencascade.js/dist/opencascade.full.wasm"] ```...