From 24b29727c8dab2e8321fc5bcae4313148ef8005e Mon Sep 17 00:00:00 2001 From: "gitea_1-h.cc" Date: Wed, 15 Oct 2025 00:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Rolldown=20=E6=8B=86?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rolldown-%E6%8B%86%E5%8C%85.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rolldown-%E6%8B%86%E5%8C%85.md b/Rolldown-%E6%8B%86%E5%8C%85.md index 4c2250a..9e85016 100644 --- a/Rolldown-%E6%8B%86%E5%8C%85.md +++ b/Rolldown-%E6%8B%86%E5%8C%85.md @@ -1,3 +1,4 @@ +```typescript import path from 'node:path' import type { BuildEnvironmentOptions } from 'vite' @@ -111,3 +112,5 @@ export function createRolldownSplitChunks(): BuildEnvironmentOptions { }, } } + +``` \ No newline at end of file