webdev serve missing output for .js.map files webdev serve missing output for .js.map files dart dart

webdev serve missing output for .js.map files


It's way too hard to do this now. I just opened an issue on it. In the meantime, try this in build.yaml:

global_options:  build_web_compilers|dart_source_cleanup:    release_options:      enabled: false  build_web_compilers|dart2js_archive_extractor:    release_options:      filter_outputs: false