Regression with string assetsInlineLimit
in 4.4.0
#10153
Labels
- P2: nice to have
Not breaking anything but nice to have (priority)
assetsInlineLimit
in 4.4.0
#10153
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
With the following config, the basic starter site would build just fine in
4.3.7
, but fails in4.4.0
.Using the basic template from
npm create astro@latest
:npm run build
with4.3.7
- no issuesnpm run build
with4.4.0
- errors with the following:This seems to have been introduced with the bump to Vite 5.1 in #10120.
What's the expected result?
4.4.0
should build the site just fine, as it did in <=4.3.7
.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-nunp67
Participation
The text was updated successfully, but these errors were encountered: