flutter build web will build my flutter app with obfuscation and minification.
flutter build web
I want my error stack to be readable though.
How should I modify
The only way I have found to do this is to use flutter run -d chrome. We would then need to locate where the files on disk are located.
flutter run -d chrome