tailwindlabs/tailwindcss-jit

JIT does not work with Snowpack http://snowpack.dev

verbose9 opened this issue · 1 comments

What version of @tailwindcss/jit are you using?

0.1.17

What version of Node.js are you using?

14.x LTS

What browser are you using?

Chrome, Microsoft Edge Chromium

What operating system are you using?

Windows

Reproduction repository

https://github.com/verbose9/tlwind

Snowpack only takes up all of the class when the server start and never reloads.
Possible reason might be: Snowpack caches everything indefinitely.

Steps to reproduce:
Clone the repo https://github.com/verbose9/tlwind and npm i then npm run dev

Hey! This is a duplicate of #126, will track there.