Assets: specify assets to include.

ESBuild: include esbuild dependencies and assets. We do not recommend unchecking this option, unless for API only applications, as doing so requires you to manually add and track JavaScript dependencies.

Tailwind: include tailwind dependencies and assets. If unchecked; the generated markup will still include Tailwind CSS classes, those are left-in as reference for the subsequent styling of your layout and components.

Both: include both esbuild and tailwind dependencies and assets.

Download