vite-plugin-restart
vite-plugin-restart copied to clipboard
Does it support * wildcards
I see in the example project that it is supported *.* syntax, but in my actual use, using *.js does not work, just like this:
ViteRestart({
restart: [
'.env.development',
'vite/plugins/*.js'
]
})
This package uses micro match. You probably meant to use vite/plugins/**/*.js