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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
Internal
During build, ESBuild also generates a CSS, which was overriding the Tailwind CSS output, causing all the Tailwind classes to be lost. Reported in #38
This has been fixed by updating the Tailwind args to output the CSS files to separate locations.
While ESBuild still outputs a CSS file, we don't use it because the Tailwind CSS output already contains all the CSS we need.
Fixed
Incorrect esbuild configuration was overriding the Tailwind CSS build output, causing missing styles in the published assets.