release: v1.0.21
This commit is contained in:
parent
6c6db628f6
commit
3a69fbf489
|
@ -1,3 +1,11 @@
|
||||||
|
### v1.0.21 (_2023-03-27_)
|
||||||
|
|
||||||
|
- fix(bytecodePlugin): bytecode loader is not referenced correctly in the chunks
|
||||||
|
- fix(bytecodePlugin): sub-chunks are not compliled in vite 4
|
||||||
|
- perf: always disable build.modulePreload in main and preload config
|
||||||
|
- chore(deps): update esbuild to 0.17
|
||||||
|
- chore(deps): update vite to 4.2.1
|
||||||
|
|
||||||
### v1.0.20 (_2023-03-12_)
|
### v1.0.20 (_2023-03-12_)
|
||||||
|
|
||||||
- feat: support for renderer debugging [#130](https://github.com/alex8088/electron-vite/issues/130)
|
- feat: support for renderer debugging [#130](https://github.com/alex8088/electron-vite/issues/130)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.20",
|
"version": "1.0.21",
|
||||||
"description": "Electron build tooling based on Vite",
|
"description": "Electron build tooling based on Vite",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue