Skip to content

Commit a582934

Browse files
authored
Remove Vite watch file warning in docs/README (#297)
1 parent 2c4e905 commit a582934

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Want to work at a higher level while maximising style re-use? Check out 🍨 [S
8787
- [Test environments](#test-environments)
8888
- [Styling API](#styling-api)
8989
- [style](#style)
90-
- [styleVariants](#styleVariants)
90+
- [styleVariants](#stylevariants)
9191
- [globalStyle](#globalstyle)
9292
- [composeStyles](#composestyles)
9393
- [createTheme](#createtheme)
@@ -238,8 +238,6 @@ require('esbuild')
238238

239239
### Vite
240240

241-
> Warning: Currently the Vite plugin doesn't rebuild files when dependent files change, e.g. updating `theme.css.ts` should rebuild `styles.css.ts` which imports `theme.css.ts`. This is a limitation in the Vite Plugin API that will hopefully be resolved soon. You can track the Vite issue here: https://github.com/vitejs/vite/issues/3216
242-
243241
1. Install the dependencies.
244242

245243
```bash

site/docs/setup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ require('esbuild')
143143

144144
## Vite
145145

146-
> Warning: Currently the Vite plugin doesn't rebuild files when dependent files change, e.g. updating `theme.css.ts` should rebuild `styles.css.ts` which imports `theme.css.ts`. This is a [limitation in the Vite Plugin API](https://github.com/vitejs/vite/issues/3216) that will hopefully be resolved soon.
147-
148146
1/ Install the dependencies.
149147

150148
```bash

0 commit comments

Comments
 (0)