fix: resolve url: imports in Vite 8 (#2218)
This commit is contained in:
@@ -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:/,
|
||||
|
||||
Reference in New Issue
Block a user