You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// --- We can not do a prefetch and a preload for the same files.
278
278
if(preload&&prefetch){
279
-
console.warn('vite-plugin-fonts: Prefetch and a Preload options can not be used together.')
280
-
console.warn('vite-plugin-fonts: The prefetch stand for a lower priority for the resource (maybe we will need it in a future page) whereas preload is for the current page, so we can not have both.')
279
+
console.warn('unplugin-fonts: Prefetch and a Preload options can not be used together.')
280
+
console.warn('unplugin-fonts: The prefetch stand for a lower priority for the resource (maybe we will need it in a future page) whereas preload is for the current page, so we can not have both.')
0 commit comments