gyhyfj
gyhyfj
体验太糟糕了,尤其是我们用的还是pnpm的monorepo,希望nuxt3能尽快解决 shamefully-hoist 的问题
> edit `.npmrc`: > > ``` > shamefully-hoist=true > node-linker=hoisted > public-hoist-pattern=* > ``` 在pnpm的monorepo中会直接导致项目整个都装不了依赖跑不起来
> Could you provide more information what the issue seems to be? For example, a `.png` image with a size of 3mb as input, when converted to webp by `encodeToBytes`,...
It's a feature request ``` const input = await Skia.Data.fromURI( Image.resolveAssetSource(require('~/assets/test.png')).uri, ) const image = Skia.Image.MakeImageFromEncoded(data)! const output = image.encodeToBytes(ImageFormat.WEBP, 100) // size of output is still large for saving...
@yiludege nextjs主应用,在客户端组件中,引入WujieReact报错: ``` error - node_modules\.pnpm\[email protected][email protected]\node_modules\wujie-react\lib\index.js (2:259) @ eval error - ReferenceError: self is not defined at __webpack_require__ (D:\GitRepo\nextjs-app\.next\server\webpack-runtime.js:33:42) at eval (./src/app/generate/page.tsx:7:69) at Object.(sc_client)/./src/app/generate/page.tsx (D:\GitRepo\nextjs-app\.next\server\app\generate\page.js:1604:1) at __webpack_require__ (D:\GitRepo\nextjs-app\.next\server\webpack-runtime.js:33:42) ``` 代码如下:...
> 请问目前wujie支持集成到nuxt中了吗 无界没有支持,但nuxt写一个客户端组件就可以了,就是路由的处理有点烧脑。总之就是不推荐,甚至不如iframe
> > > 请问目前wujie支持集成到nuxt中了吗 > > > > > > 无界没有支持,但nuxt写一个客户端组件就可以了,就是路由的处理有点烧脑。总之就是不推荐,甚至不如iframe > > 请问是指将wujie的组件包在clientOnly组件里吗?   还需要处理js代码的引用,只要最终不报错就ok
confirm, same problem