From 72d170e2f351abcb2296e6e08e3ddd32125dcfbc Mon Sep 17 00:00:00 2001 From: fushen Date: Thu, 22 Oct 2020 18:44:41 +0800 Subject: [PATCH] chore: lint --- tsconfig.json | 4 ++-- yarn.lock | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9b57347d75..235708ee08 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "files": [], "references": [ + { "path": "packages/build-app-helpers" }, { "path": "packages/plugin-app-core" }, { "path": "packages/plugin-router" }, { "path": "packages/plugin-helpers" }, @@ -32,7 +33,6 @@ { "path": "packages/plugin-webpack5" }, { "path": "packages/webpack-dev-mock" }, { "path": "packages/plugin-ssr" }, - { "path": "packages/build-mpa-config" }, - { "path": "packages/build-app-helpers" } + { "path": "packages/build-mpa-config" } ] } diff --git a/yarn.lock b/yarn.lock index 32887b7e40..1b81a74733 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4979,17 +4979,6 @@ build-plugin-app-core@0.1.20: react-app-renderer "^0.1.9" universal-env "^3.0.0" -build-plugin-rax-weex@1.0.4-0: - version "1.0.4-0" - resolved "https://registry.npm.taobao.org/build-plugin-rax-weex/download/build-plugin-rax-weex-1.0.4-0.tgz#519d107b2f1295497e469692cad8db17fc0a9480" - integrity sha1-UZ0Qey8SlUl+RpaSytjbF/wKlIA= - dependencies: - build-app-helpers "1.0.0-1" - build-mpa-config "1.0.2-0" - fs-extra "^9.0.1" - rax-compile-config "^0.2.16" - webpack-sources "^2.0.0" - builtin-status-codes@^3.0.0: version "3.0.0" resolved "https://registry.npm.taobao.org/builtin-status-codes/download/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8"