From 9327e8cc511eca307c6c21a2993b68bdd7687f9f Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Sat, 3 Jul 2021 23:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B0=20chore(ci):=20fix=20ci=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- config/config.dev.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d6ee7c51..8cd7e4ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: run: yarn add umi-plugin-antd-theme umi-plugin-pro umi-plugin-setting-drawer - name: fetch-blocks - run: yarn run pro fetch-blocks --branch=v5 + run: yarn run pro fetch-blocks - name: site run: npm run site diff --git a/config/config.dev.ts b/config/config.dev.ts index 65de6750..ab0e590f 100644 --- a/config/config.dev.ts +++ b/config/config.dev.ts @@ -12,8 +12,4 @@ export default defineConfig({ babelPlugins: [], babelOptions: {}, }, - // mfsu: {}, - // webpack5: { - // lazyCompilation: {}, - // }, });