release: v1.0.15

This commit is contained in:
alex8088 2022-12-05 00:19:30 +08:00
parent 16d9932bac
commit 09705f7099
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
### v1.0.15 (_2022-12-05_)
- feat: support mode and command conditional config
- feat: specify env prefixes for vite's loadEnv and export it
- perf: build compatilibity target for Electron 22
- perf: do not externalize node builtin modules for the renderer [#61](https://github.com/alex8088/electron-vite/issues/61)
### v1.0.14 (_2022-11-13_)
- fix(bytecodePlugin): replace bytecode module regex

View file

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "1.0.14",
"version": "1.0.15",
"description": "Electron build tooling based on Vite",
"main": "dist/index.js",
"types": "dist/index.d.ts",