mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-18 08:41:41 +03:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
|
import { splitVendorChunkPlugin } from 'vite'
|
||
|
export default defineConfig({
|
||
|
plugins: [splitVendorChunkPlugin()],
|
||
|
})
|