From 34bc50c4ff8f0444eaa42eec931027993d848b5f Mon Sep 17 00:00:00 2001 From: Kuitos Date: Mon, 28 Aug 2023 11:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20remove=20unused=20ts=20importHelper?= =?UTF-8?q?s=20config=20(#2638)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2354132..f997334 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ }, "dependencies": { "@babel/runtime": "^7.10.5", - "import-html-entry": "^1.14.6", + "import-html-entry": "^1.15.1", "lodash": "^4.17.11", "single-spa": "^5.9.2" }, diff --git a/tsconfig.json b/tsconfig.json index 003eb27..1e09aba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "declaration": true, "outDir": "./esm", "rootDir": "./", - "importHelpers": true, + "importHelpers": false, "downlevelIteration": true, "strict": true, "noImplicitAny": true,