mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
a5e3ecc803
* First run * Works with tailwind! * Added TSConfig to watchlist * Changeset * Fix eslint * Renamed `isConfigReload` --> `isRestart` and `injectWatchTarget` --> `addWatchFile` * Refactored watchTargets to watchFiles * Refactor createSettings * addWatchFile now accepts URL * Fix getViteConfig * Expanded description of the change Co-authored-by: Matthew Phillips <matthew@skypack.dev>
310 B
310 B
@astrojs/tailwind |
---|
minor |
HMR on config file changes
New in this release is the ability for config changes to automatically reflect via HMR. Now when you edit your tsconfig.json
or tailwind.config.js
configs, the changes will reload automatically without the need to restart your dev server.