From bd21c1e64a4fa6d540f616c1c6804ab5d0aea4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Tue, 23 Oct 2018 13:46:01 +0800 Subject: [PATCH] Meet the umi manifest configuration --- config/config.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/config/config.js b/config/config.js index b43bba3e..c1240284 100644 --- a/config/config.js +++ b/config/config.js @@ -95,18 +95,7 @@ export default { }, }, manifest: { - name: 'ant-design-pro', - background_color: '#FFF', - description: 'An out-of-box UI solution for enterprise applications as a React boilerplate.', - display: 'standalone', - start_url: '/index.html', - icons: [ - { - src: '/favicon.png', - sizes: '48x48', - type: 'image/png', - }, - ], + basePath:"/" }, chainWebpack: webpackPlugin, -- GitLab