Closed
Description
Hi all, I read all the suggestions, and also tried:
npm run build --profile
But it goes to infinite loop:
`> build
cd ./playground && npm run build --profile
build
cd ./playground && npm run build --profile
build
cd ./playground && npm run build --profile
build
cd ./playground && npm run build --profile
build
cd ./playground && npm run build --profile`
So I can not start a profile with the DevTools, what can I do?