cszhjh / vite-plugin-magic-preloader

A Vite plugin for preloading and prefetching
MIT License
11 stars 0 forks source link

web-component - Lit #1

Open gethari opened 1 month ago

gethari commented 1 month ago

Is this plugin specific to vue or does it work with a web-component like lit

cszhjh commented 1 month ago

Is this plugin specific to vue or does it work with a web-component like lit

As long as the project is built with Vite, this plugin should work properly. It doesn't bind to any specific framework, you just need to ensure that the files parsed by the plugin contain JavaScript code.