release: v1.0.12
This commit is contained in:
parent
1668547dbf
commit
f81f57efbf
|
@ -1,3 +1,11 @@
|
||||||
|
### v1.0.12 (_2022-11-02_)
|
||||||
|
|
||||||
|
- feat: support monorepo (by @ianstormtaylor)
|
||||||
|
- feat: add `--skipBuild` flag to preview command
|
||||||
|
- feat: make a SWC plugin to support TypeScript decorators (`emitDecoratorMetadata`)
|
||||||
|
- fix: use `modulePreload.polyfill` instead `polyfillModulePreload`
|
||||||
|
- chore: update deps
|
||||||
|
|
||||||
### v1.0.11 (_2022-10-16_)
|
### v1.0.11 (_2022-10-16_)
|
||||||
|
|
||||||
- feat: externalize deps plugin
|
- feat: externalize deps plugin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "electron-vite",
|
"name": "electron-vite",
|
||||||
"version": "1.0.11",
|
"version": "1.0.12",
|
||||||
"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