You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase has been completely refactored with TypeScript. Some major changes:
11
11
12
12
- Fully migrated to Vue 3
13
13
- Extract `@vuepress/cli` from `vuepress` package
14
14
- Extract `@vuepress/client` from `@vuepress/core` package
15
-
- Extract `@vuepress/bundler-webpack` from `@vuepress/core` package and migrate to webpack 5
16
-
- As webpack is decoupled with core, other bundlers are also possible to be supported
17
15
- Extract `@vuepress/plugin-palette` from `@vuepress/core` package - stylus is no longer the default CSS pre-processor, and the way of styles customization should be determined by theme
16
+
- Extract `@vuepress/bundler-webpack` from `@vuepress/core` package and migrate to webpack 5
17
+
- Provide `@vuepress/bundler-vite` for [Vite](https://vitejs.dev/) support
18
18
19
19
The migration guide has not finished yet. For now you can check out the breaking changes list below as reference.
0 commit comments