Skip to content
Merged
2 changes: 1 addition & 1 deletion dwds/debug_extension/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ targets:
build_web_compilers|entrypoint:
options:
dart2js_args:
- -O4
- -O4 # Note: Change to -01 for unminified JS.
- --csp
generate_for:
- web/**.dart
Expand Down
Loading