Skip to content

Commit 605b981

Browse files
authored
Refactor Dart Debug Extension to add shared files for Chrome API and Web API wrappers (#1729)
1 parent 2c158b5 commit 605b981

File tree

4 files changed

+376
-238
lines changed

4 files changed

+376
-238
lines changed

dwds/debug_extension/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ targets:
44
build_web_compilers|entrypoint:
55
options:
66
dart2js_args:
7-
- -O4
7+
- -O4 # Note: Change to -01 for unminified JS.
88
- --csp
99
generate_for:
1010
- web/**.dart

0 commit comments

Comments
 (0)