1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-03-02 13:13:14 +03:00

4 lines
120 B
JavaScript
Raw Normal View History

2024-01-26 05:07:42 +08:00
import { splitVendorChunkPlugin } from 'vite'
export default defineConfig({
plugins: [splitVendorChunkPlugin()],
})