peng
peng
@Irislm 确实 使用新版"roadhog": "^2.0.0" 引入polyfill没有任何效果.
@Irislm 增加.webpackrc. ` { "entry": { "index": ["@babel/polyfill", "./src/index.js"] } } ` 这样可以的.
我也遇到了这个问题,xcode版本为Version 13.4.1 (13F100),使用instrument采集内存之后,确实有内存泄漏.
@zeke thank you, i tried it like this, const exeName = path.basename(process.execPath); app.setLoginItemSettings({ openAtLogin: true, path: process.execPath, args: [ '--processStart', `"${exeName}"`, '--process-start-args', `"--hidden"` ] }); it works for me on...
sorry @zeke , my mistake, i think i misunderstand 'process, execPath' which means the path of app you are running, not the folder, i test the official demo, it works...
@RedDeathAt614 i use NSIS to pack my app, app will be opened automatically when installation is finished.
@zhao2258 you should open a new issue.
@zhao2258 i hope this could help you. https://www.electron.build/configuration/nsis
已经在公司内部的项目里面不允许使用taro-ui了.
no. i follow your code. but it still not work for me.