From 811e6a1e1ec21e54c15ffd2f62d936676874a1da Mon Sep 17 00:00:00 2001 From: alex8088 <244096523@qq.com> Date: Fri, 7 Oct 2022 13:49:51 +0800 Subject: [PATCH] release: v1.0.10 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f55d3..fb5959d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### v1.0.10 (_2022-10-07_) + +- feat: export splitVendorChunk from vite +- fix: compatible with the latest version of Electron +- refactor: load config file +- perf: the bytecodePlugin transform arrow function by default +- perf: disable gzip-compressed size reporting, increase build performance +- perf: bytecode compilation log print format +- perf: build compatilibity target for Electron 21 + ### v1.0.9 (_2022-09-19_) - feat: source code protection diff --git a/package.json b/package.json index 2cdc6ff..a813d0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-vite", - "version": "1.0.9", + "version": "1.0.10", "description": "Electron build tooling based on Vite", "main": "dist/index.js", "types": "dist/index.d.ts",