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
As per the comment by @ligazetom in #3882, extra unnecessary and unused files are included in the build output when using the new bundleStrategy: 'single'.
In my case, I have a default new project using adapter-static with SSR disabled and tailwind. The generated entry point html correctly only contains references to the js and css bundles.
However, there is also a _layout css bundle generated that is unused and should not exist.
In addition, there is a env.js file, that is not referenced from anywhere and so apparently should not exist either.
Describe the bug
As per the comment by @ligazetom in #3882, extra unnecessary and unused files are included in the build output when using the new bundleStrategy: 'single'.
In my case, I have a default new project using adapter-static with SSR disabled and tailwind. The generated entry point html correctly only contains references to the js and css bundles.
However, there is also a _layout css bundle generated that is unused and should not exist.
In addition, there is a env.js file, that is not referenced from anywhere and so apparently should not exist either.
Reproduction
Set bundleStrategy: 'single'.
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: