From 99b52d9566cd7df6a9888aa165b85c7508c14ecc Mon Sep 17 00:00:00 2001 From: PeachScript Date: Thu, 26 Nov 2020 16:31:29 +0800 Subject: [PATCH] fix(preset): workaround to solve compile very slow bug --- packages/preset-dumi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/preset-dumi/package.json b/packages/preset-dumi/package.json index a587cc39f3..5ec64ba617 100644 --- a/packages/preset-dumi/package.json +++ b/packages/preset-dumi/package.json @@ -57,7 +57,7 @@ "remark-parse": "^7.0.1", "remark-rehype": "^5.0.0", "slash2": "^2.0.0", - "sylvanas": "^0.4.2", + "sylvanas": "0.4.3", "symlink-dir": "^3.1.1", "unified": "^8.4.1", "unist-util-visit": "^2.0.1",