mirror of
https://github.com/alex8088/electron-vite.git
synced 2025-04-06 04:05:44 +08:00
release: v1.0.18
This commit is contained in:
parent
b85cd5ecf2
commit
bc6448df9b
@ -1,3 +1,8 @@
|
|||||||
|
### v1.0.18 (_2023-01-16_)
|
||||||
|
|
||||||
|
- feat(asset): support for WebAssembly in the main process
|
||||||
|
- fix(asset): wasm must be suffixed with `?loader`
|
||||||
|
|
||||||
### v1.0.17 (_2023-01-08_)
|
### v1.0.17 (_2023-01-08_)
|
||||||
|
|
||||||
- feat: static asset handling
|
- feat: static asset handling
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.17",
|
"version": "1.0.18",
|
||||||
"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…
x
Reference in New Issue
Block a user