This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 155aeff
committed
fix: do not minify the client code
When switching from rollup to esbuild, we enabled minification of
the client code for the first time. This ended up breaking the
extension on Windows machines. This commit removes the minification
and should resolve the broken activation on Windows.
Fixes #11981 parent da3fbc7 commit 155aeff
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments