Vite
Vite 打包工具是由 @vuepress/bundler-vite 包提供的。
使用方法
安装打包工具:
npm i -D @vuepress/bundler-vite@next
在配置文件中指定打包工具:
import { viteBundler } from '@vuepress/bundler-vite'
import { defineUserConfig } from 'vuepress'
export default defineUserConfig({
bundler: viteBundler({
viteOptions: {},
vuePluginOptions: {},
}),
})
配置项
viteOptions
详情:
接收 Vite 的所有配置项。
参考:
vuePluginOptions
详情:
接收 @vitejs/plugin-vue 的所有配置项。
参考: