Commit 2fcf480
authored
build(browser): Add back debug func to CDN bundle (#4420)
Temporarily stop removing debug functionality from the CDN bundle while
we work on a more fleshed out bundling solution.
We previously added static globals in
#4273 to leverage
dead code elimination to remove debug functionality from the browser
CDN. Currently though, we only publish a single CDN bundle, the one that
has the debug functionality stripped. Until we publish seperate CDN
bundles for debug and production, we will disable stripped debug
functionality from the production bundle.1 parent 4fec3b3 commit 2fcf480
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments