We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440b1ad commit 2d89431Copy full SHA for 2d89431
packages/core/test/bundling/README.md
@@ -9,3 +9,18 @@ When doing renaming it is often necessary to update the gold files; to do so use
9
yarn run symbol-extractor:check
10
yarn run symbol-extractor:update
11
```
12
+
13
+## Debugging
14
15
+You can inspect the build output of each project by using the `bundle.debug` target.
16
17
+```
18
+yarn bazel build //packages/core/test/bundling/standalone_bootstrap:bundle.debug
19
20
21
+This target mostly tree shakes while keeping the symbols. To have a look at the minimal output (with inlining etc.) use the
22
+`bundle.debug.min` target.
23
24
25
+yarn bazel build //packages/core/test/bundling/standalone_bootstrap:bundle.debug.min
26
0 commit comments