You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/long-mugs-pull.md
+5-11Lines changed: 5 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,16 @@
4
4
5
5
feat: add `config.keep_names` option
6
6
7
-
adds a new option so that developers can opt out of esbuild's `keep_names` option
8
-
(see: https://esbuild.github.io/api/#keep-names) which wrangler otherwise sets
9
-
to `true`
7
+
Adds a new option to Wrangler to allow developers to opt out of esbuild's `keep_names` option (https://esbuild.github.io/api/#keep-names). By default, Wrangler sets this to `true`
10
8
11
-
this is something developers should not usually need to care about, but sometimes
12
-
`keep_names` can create issues, in such cases they will be now able to set opt
13
-
out of it
9
+
This is something developers should not usually need to care about, but sometimes
10
+
`keep_names` can create issues, and in such cases they will be now able to opt-out.
0 commit comments