Search code examples
reactjsfrontendantdant-design-proumijs

how to disable Umi UI bubble in Ant Design Pro?


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


Solution

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