cdn-insert-tool
v1.0.4
Published
自动向打包后的 index.html 插入项目中的 https CDN 链接
Readme
vite 打包 index.html 自动插入 cdn 路径组件
vite.config.ts
import CDNInsertTool from 'cdn-insert-tool';
plugins: [CDNInsertTool()];插件将自动匹配项目下所有 https 开头的网址,并插入打包后的 index.html 中
<link rel="preconnect" href="xxx" crossorigin>
<link rel="dns-prefetch" href="xxx">