underfin / vite-plugin-vue2

Vue2 plugin for Vite
621 stars 84 forks source link

fix: ignore import transform for absolute urls #130

Closed antfu closed 3 years ago

antfu commented 3 years ago

Before this fix, assets with absolute urls will be prepend with ?import and result error on client side

image