hucoo

Results 2 issues of hucoo

I applied it in the Threejs project and found that some of them were not extended but contracted. (This is a Chinese translation)

使用electron-vite-vue时,刚开始正常,当我在main.ts引入puppeteer、Tesseract等插件后,报错: `Could not resolve "bufferutil" imported by "ws". Is it installed?` 然后我在vite.config.ts中设置: ```javascript main: { // Shortcut of `build.lib.entry`. entry: 'electron/main.ts', vite: { build: { rollupOptions: { external: [ 'bufferutil',...

help wanted