Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/content/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2880,6 +2880,11 @@ body:

- h3: Line limit

- warning: >
Beware that if you have a custom post-build process (after minification) which relies on a simple search of a static string,
using feature may split strings into two lines such as `"__VITE_PRELOAD__"` becoming `"\\n__VITE_PRELOAD__"`
(slash and newline added inside the string) which could potentially break your build.

- p: >
This setting is a way to prevent esbuild from generating output files
with really long lines, which can help editing performance in
Expand Down