yarn electron:build or with NPM: npm run electron:build // DemoelectronBuilder:{preload:"./app/preload.ts",nodeIntegration:true,mainProcessFile:'./app/main.ts',// 设置应用主进程的入口mainProcessWatch:['./app/main.ts'],configureWebpack:{devtool:'eval-source-map',},builderOptions:{appId:...
index.d.ts fix(testWithSpectron): spectron implicitly has 'any' type (#682) 5年前 index.js fix(index): use config instead of arg for experimentalNativeDepCheck 5年前 jest.config.js fix(tests): don't collect coverage from test helpers ...
index.d.ts fix(testWithSpectron): options type should be Partial<> (#1272) Mar 4, 2021 index.js fix(build&serve): support --skip-plugins,fixes#1358 May 10, 2021 jest.config.js fix(tests): don't collect coverage from test helpers ...
index.d.ts index.js jest.config.js logo.png package.json prompts.js testSetup.js ui.js uiOptions.js vue-cli-service-custom-1.tgz vue-cli-service-custom-2.tgz vue-cli-service-v3.0.0-rc.2.tgz yarn.lock README.md Vue CLI Plugin Electron Builder A Vue Cli 3 plug...
Closed Describe the bug https://nklayman.github.io/vue-cli-plugin-electron-builder/guide/configuration.html#changing-the-file-loading-protocol says we can revert back to file protocol usingcustomFileProtocol, so i followed this guide, modifiedvue.config.jsandbackground.tsas this guide suggested,...
Describe the bug ERROR Failed to compile with 1 errors 2:07:55 AM error in ./src/background.ts Module build failed (from ./node_modules/ts-loader/index.js): TypeError: loaderContext.getOptions is not a function at getLoaderOptions (/User...
Could you add .vscode/launch.json to support vscode support? Describe the solution you'd like We need debug both main process and renderer process as follows: debug main process like src/background.ts debug renderer process (vue project) in electron use Debugger for Chrome extension TotomInc...
"^9.5.0","tslint-config-standard":"^9.0.0","typescript":"~3.9.3","vue-cli-plugin-electron-builder":"^2.0.0-rc.4","vue-template-compiler":"^2.6.11"},"gitHooks": {"pre-commit":"lint-staged"},"lint-staged": {"*.{js,jsx,vue,ts,tsx}": ["vue-cli-service lint","git add...
at /Users/xxx/web/xxx/node_modules/builder-util/src/util.ts:133:18 at exithandler (node:child_process:406:5) at ChildProcess.errorhandler (node:child_process:418:5) at ChildProcess.emit (node:events:526:28) at ChildProcess.emit (node:domain:475:12) at Process.ChildProcess._handle.on...
Building app with electron-builder: • electron-builder version=20.28.1 /home/user/my-app/node_modules/app-builder-lib/src/index.ts:42 throw new InvalidConfigurationError(`Unknown option "${optionName}"`) ^ Error: Unknown option "mode" Owner nklayman commented Aug 17, 2018 Fixed in ...