mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-08-22 11:28:34 +00:00
5 lines
120 B
JavaScript
Executable File
5 lines
120 B
JavaScript
Executable File
import { splitVendorChunkPlugin } from "vite";
|
|
export default defineConfig({
|
|
plugins: [splitVendorChunkPlugin()],
|
|
});
|