stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

Watched files in bundler should be universal, so config files can be there too. #208

Open Machy8 opened 1 year ago

Machy8 commented 1 year ago

Describe the problem

Now it is only for bundle files. Config files must be listed in configFiles property which can cause mistakes because the watchers are discovered from multiple properties.

Describe the proposed solution

.

Alternatives considered

.

Importance

nice to have