From 80c6276aea045cf07364b8d26037286e572ba446 Mon Sep 17 00:00:00 2001 From: wxz Date: Thu, 1 Aug 2024 09:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=89=A9=E5=85=85=E5=86=85?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ecdd713d..6a3f5bec0 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,8 @@ "vue-quill-editor": "^3.0.6", "vue-router": "^3.0.7", "vuex": "^3.1.1", - "xlsx": "^0.17.1" + "xlsx": "^0.17.1", + "increase-memory-limit": "^1.0.7" }, "devDependencies": { "@antv/f2": "^3.8.10-beta.1", @@ -81,6 +82,7 @@ "script-loader": "^0.7.2", "style-loader": "^3.3.3", "tinymce": "5.8.2", + "increase-memory-limit": "^1.0.7", "vue-template-compiler": "^2.6.11" }, "eslintConfig": {