release: v1.0.29
This commit is contained in:
parent
7369960b99
commit
8e1f9f6845
|
@ -1,6 +1,11 @@
|
||||||
|
### v1.0.29 (_2023-11-17_)
|
||||||
|
|
||||||
|
- feat(cli): support --noSandbox option for dev and preview command
|
||||||
|
- perf: build compatilibity target for Electron 27
|
||||||
|
|
||||||
### v1.0.28 (_2023-09-18_)
|
### v1.0.28 (_2023-09-18_)
|
||||||
|
|
||||||
- feat(cli): supports specifying electron entry file (#270)
|
- feat(cli): supports specifying electron entry file ([#270](https://github.com/alex8088/electron-vite/issues/270))
|
||||||
- fix(externalizeDepsPlugin): supports subpath
|
- fix(externalizeDepsPlugin): supports subpath
|
||||||
- perf: build compatilibity target for Electron 26
|
- perf: build compatilibity target for Electron 26
|
||||||
- chore(types): add .json?commonjs-external&asset typing
|
- chore(types): add .json?commonjs-external&asset typing
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.28",
|
"version": "1.0.29",
|
||||||
"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