Skip to content

Commit 4a2b480

Browse files
committed
Add workaround for Vite reloading issue
vitejs/vite#7024
1 parent afb2278 commit 4a2b480

File tree

4 files changed

+689
-6
lines changed

4 files changed

+689
-6
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ Default: `null`
144144

145145
A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted.
146146

147-
## Known issues
148-
149-
Currently Vite is not picking up changes in referenced YAML files (using `$ref`) in watch mode. Just the imported YAML file is watched correctly by Vite. See [issue in Vite repo](https://github.com/vitejs/vite/issues/7024).
150-
151147
## Meta
152148

153149
[LICENSE (MIT)](/LICENSE)

0 commit comments

Comments
 (0)