release: v1.0.17
This commit is contained in:
parent
127b09ebd8
commit
4989595464
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,12 @@
|
||||||
|
### v1.0.17 (_2023-01-08_)
|
||||||
|
|
||||||
|
- feat: static asset handling
|
||||||
|
- fix: output duplicate log in vscode debugging [#75](https://github.com/alex8088/electron-vite/issues/75)
|
||||||
|
- chore(bytecodePlugin): KiB to kB
|
||||||
|
- chore(worker): use toRelativePath helper
|
||||||
|
- chore(deps): update all non-major dependencies
|
||||||
|
- chore(deps): update vite to 4.0.4
|
||||||
|
|
||||||
### v1.0.16 (_2022-12-12_)
|
### v1.0.16 (_2022-12-12_)
|
||||||
|
|
||||||
- feat: vite 4.x support [#69](https://github.com/alex8088/electron-vite/issues/69)
|
- feat: vite 4.x support [#69](https://github.com/alex8088/electron-vite/issues/69)
|
||||||
|
@ -25,7 +34,7 @@
|
||||||
- refactor: plugins
|
- refactor: plugins
|
||||||
- fix(swcPlugin): unreachable code
|
- fix(swcPlugin): unreachable code
|
||||||
- fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors [#49](https://github.com/alex8088/electron-vite/issues/49)
|
- fix(bytecodePlugin): bytecode loader injection and chunk module parsing errors [#49](https://github.com/alex8088/electron-vite/issues/49)
|
||||||
- fix: incorrect replace __dirname/__filename in config file
|
- fix: incorrect replace `__dirname`/`__filename` in config file
|
||||||
- fix: output format error under multiple entries
|
- fix: output format error under multiple entries
|
||||||
|
|
||||||
### v1.0.12 (_2022-11-02_)
|
### v1.0.12 (_2022-11-02_)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.16",
|
"version": "1.0.17",
|
||||||
"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