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. +```