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