From 29687b3018cbc43b274dfe380557a0486d043914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Thu, 11 Nov 2021 17:53:10 +0800 Subject: [PATCH] chore(docs): add CHANGELG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3652db1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ + +## 21-11-11 +- Refactor the project. Use vite.config.ts build `Main-process`, `Preload-script` and `Renderer-process` alternative rollup. +- Scenic `Vue>=3.2.13`, `@vue/compiler-sfc` is no longer necessary. +- If you prefer Rollup, Use rollup branch. + +```bash +Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree. +```