You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

electron-esbuild.config.yaml 256B

1234567891011
  1. mainConfig:
  2. type: esbuild
  3. path: esbuild.main.config.ts
  4. src: src/main/main.ts
  5. output: dist/main
  6. rendererConfig:
  7. type: esbuild
  8. path: esbuild.renderer.config.ts
  9. html: src/renderer/index.html
  10. src: src/renderer/index.tsx
  11. output: dist/renderer