how to disable Umi UI bubble in Ant Design Pro?

915 views Asked by At

I am new with Ant Design Pro, I get project from git repo of Ant Design and I want to disable/hide Umi UI bubble on display. I refered to many pages and Google but It did not work for me. It taught me that created an .env and added line of code UMI_UI=none umi dev.

My problem is described with below picture

enter image description here

3

There are 3 answers

4
Tanmaya Sahu On BEST ANSWER

change package.json "start": "cross-env UMI_UI=none umi dev"

1
afc163 On

You can try UMI_UI=none npm start

0
Charith Jayasanka On

It is only run when you're running the app in dev mode. It is not included in the production build, therefore it won't be an issue. You can use it for various quick actions like fetching blocks, templates.