parcel-bundler/parcel

Provide documentation link for the warning ` Using a JavaScript PostCSS config file means losing out on caching features of Parcel. Use a .postcssrc(.json) file whenever possible.`

Ouverte

#5 699 ouverte le 22 janv. 2021

 (8 commentaires) (7 réactions) (0 personne assignée)JavaScript (2 274 forks)batch import
:bug: BugGood First Issue✨ Parcel 2

Métriques du dépôt

Stars
 (44 030 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

🙋 feature request

I'm using Tailwind and Parcel 2 and every time I build I get this warning: Using a JavaScript PostCSS config file means losing out on caching features of Parcel. Use a .postcssrc(.json) file whenever possible.

However, when I delete the config file Tailwind no longer works.

Please will you add more detail to this warning, or a link to some Parcel documentation explaining what we have to do here to make it work.

Even a comprehensive answer in this issue would probably help people like me who are googling this warning and finding nothing :(

Guide contributeur