When building the app using flutter build web --source-maps
the generated source map file doesn’t include information about the codes coming from packages. Is there a way to also include package information?
When building the app using flutter build web --source-maps
the generated source map file doesn’t include information about the codes coming from packages. Is there a way to also include package information?