UNPKG

vite-plugin-dns-prefetcher

Version:

An Vite plugin to add dns-prefetch link tag in HTML.

2 lines (1 loc) 235 B
"use strict";function n(){return{name:"vite-plugin-dns-prefetcher",apply:"build",enforce:"post",transformIndexHtml(e){console.log("=====transform html=======")},buildEnd(e){console.log("===========build end======")}}}module.exports=n;