fix: resolve url: imports in Vite 8 (#2218)

This commit is contained in:
alexharding-ux
2026-04-01 11:47:43 -05:00
committed by GitHub
parent ffdd15e275
commit 8a56f73c7c
@@ -13,6 +13,7 @@ import { fetchCached } from '../../../utils/network';
export function download(config: ResolvedConfig): Plugin {
return {
name: 'wxt:download',
enforce: 'pre',
resolveId: {
filter: {
id: /^url:/,