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