### With Vite
-In Vite you can define the chunks under the [`rollupOptions`](https://vitejs.dev/config/#build-rollupoptions):
+In Vite you can define the chunks under the [`rollupOptions`](https://vite.dev/config/build-options.html#build-rollupoptions):
```js
// vite.config.js
### 使用 Vite
-在Vite中,你可以在[`rollupOptions`](https://vitejs.dev/config/#build-rollupoptions)下定义分块:
+在Vite中,你可以在[`rollupOptions`](https://cn.vite.dev/config/build-options.html#build-rollupoptions)下定义分块:
```js
// vite.config.js
import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue'
-// https://vitejs.dev/config/
+// https://vite.dev/config/
export default defineConfig({
plugins: [Vue()],
resolve: {
}
})
-// https://vitejs.dev/config/
+// https://vite.dev/config/
/**
*
* @param {Record<string, string>} env