1
0
Fork 0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-03-31 03:46:15 +03:00
Xray-docs-next/vite.config.js
2024-01-31 23:04:16 -05:00

4 lines
No EOL
120 B
JavaScript
Executable file

import { splitVendorChunkPlugin } from 'vite'
export default defineConfig({
plugins: [splitVendorChunkPlugin()],
})