Skip to content

v0.28.0-beta.2

Compare
Choose a tag to compare
@caoxiemeihao caoxiemeihao released this 02 Jan 03:42
· 47 commits to main since this release
4e144e6

Please refer to CHANGELOG.md for details.

#192


0.28.0-beta.2 (2024-01-02)

  • f557a98 feat: supports "type": "module", better esm logic

Migration to v0.28.0-beta.2

  • No break changes. Just need to define "type": "module" in package.json for supports esm :)
  • By the way. Recommend using the vite-plugin-electron/simple API. It is simpler, and the main difference is its adaptation to preload scripts.
  • electron@28 Preload scripts 👉 limitations.