sri-html-webpack-plugin
v1.0.3
Published
html 模板中引入的资源文件,自动生成对应的 SRI 哈希值
Downloads
9
Readme
sri-html-webpack-plugin
html 模板中引入的资源文件,自动生成对应的 SRI 哈希值
使用
const SriHtmlWebpackPlugin = require('sri-html-webpack-plugin');
{
// ...
plugins: [
// ...
new SriHtmlWebpackPlugin()
// ....
],
}