vite-plugin-html icon indicating copy to clipboard operation
vite-plugin-html copied to clipboard

注入到index.html中的静态文件名,可以加hash吗

Open sunxu0429 opened this issue 2 years ago • 0 comments

  createHtmlPlugin({
    minify: false,
    inject: {
      data: {
        testCss: '<link rel="stylesheet" href="/css/test.css">',
      },
    },
  }),

sunxu0429 avatar Jan 26 '24 08:01 sunxu0429