Commit 34d6745
authored
chore(templates): minify: false in package-builder esbuild configs (#1214)
Both package-builder templates (cli-package and cli-sentry-package)
shipped with minify: true in their esbuild.index.mts. Flip to false
to match the repo-wide rule that shipped bundles never minify.
Minification breaks ESM/CJS interop and makes debugging harder; the
esbuild-minify validation scripts elsewhere in the org enforce this
for finished packages. These templates should default to the same.1 parent a01b649 commit 34d6745
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/package-builder/templates
- cli-package/.config
- cli-sentry-package/.config
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments