Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

56 lines (38 loc) · 1.64 KB

[2022-07-01] v0.6.2

  • 5779397 chore: bump vite-plugin-electron-renderer to 0.5.1
  • 2a2f77d docs: Put Node.js packages in dependencies

[2022-06-26] v0.6.1

  • 5b736fa bump vite-plugin-electron-renderer to 0.5.0
  • f70e030 fix(🐞): ensure always load into buildConfig()
  • 73ae8f2 docs: update

[2022-06-26] v0.6.0

  • 5204eca docs: v0.6.0
  • e885e54 feat: withExternal()
  • dee6d6a feat: CommonConfiguration
  • 55f9e11 node.js.ts
  • 83d0b8d remove README.zh-CN.md
  • 5f488b8 remove polyfille-exports
  • e118fbd remove renderer
  • 6e5761f refactor: integrate vite-plugin-electron-renderer
  • 0e696ec add vite-plugin-electron-renderer
  • 87bc5bb remove vite-plugin-optimizer

[2022-06-25] v0.5.1

[2022-06-24] v0.5.0

  • 0c5155c chore: TODO
  • 892940e fix app,getName() return error name

[2022-06-14] v0.4.9

  • abf460f chore: variable rename
  • ceb559f chore: build.cssCodeSplit=false

[2022-06-08] v0.4.8

  • ab40088 fix(🐞): set emptyOutDir=false for prevent accidental deletion of files
  • 7baafa0 break: set electron build.outDir value is dist/electron by default
  • c13eb49 fix(🐞): assign default value dist/electron/[process] of build.outDir electron-vite#10

[2022-06-06] v0.4.7

  • 1346707 refactor: better assign default build.outDir
  • f489da1 chore: commnets
  • 6db3bf3 fix: check output is Array

[2022-06-04] v0.4.6

  • 394cf6f feat: config.build.emptyOutDir = false by default
  • 4a67688 feat(🐞): enabled polyfill-exports by default