Skip to content

v0.6.2

Choose a tag to compare

@tugayac tugayac released this 18 Nov 11:42
· 54 commits to main since this release
86cc6b9

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.