unplugin-vue-components
unplugin-vue-components copied to clipboard
watcher path should be normalized on windows
https://github.com/antfu/unplugin-vue-components/blob/242341870d1f602d460947ef63248647dbc3323f/src/core/context.ts#L77 https://github.com/antfu/unplugin-vue-components/blob/242341870d1f602d460947ef63248647dbc3323f/src/core/context.ts#L84
On windows watcher path has '\' separator and not match already defined paths. That leads naming conflicts warnings
PR welcome. Thanks.