StitchC
StitchC
减少包大小这里我用了electron-builder 的双package.json 策略。主要原因是因为不想影响开发时对依赖的定义。使用这种方式我可以在根目录下声明一个app 的目录然后把应用所需的一些二进制包放到这个目录里面的node_modules 里面。但是包体积依旧比较大 因为一些二进制的包还是会有相关依赖。怎么才能让我只复制二进制包而不复制其依赖呢?
i make sure i install this dependency correctly, and i use the native-ext-loader replace the node-loader to analysis my .node file. so the new error show C:\Users\win 10\AppData\Local\Programs\vipthink\resources\app.asar\dist\electron\agora_node_ext.node: Error: The...
https://github.com/flutter/devtools/issues/8380#issuecomment-2393929155 @bkonyi I saw this reply, do you mean it's a dependency library issue rather than a devtool issue?