mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-10 12:30:57 +00: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()],
|
|
}) |