release: v1.0.11
This commit is contained in:
parent
f09a482c66
commit
229c398235
|
@ -1,3 +1,7 @@
|
||||||
|
### v1.0.11 (_2022-10-16_)
|
||||||
|
|
||||||
|
- feat: externalize deps plugin
|
||||||
|
|
||||||
### v1.0.10 (_2022-10-07_)
|
### v1.0.10 (_2022-10-07_)
|
||||||
|
|
||||||
- feat: export splitVendorChunk from vite
|
- feat: export splitVendorChunk from vite
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.10",
|
"version": "1.0.11",
|
||||||
"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