# sri-html-webpack-plugin **Repository Path**: promise9495/sri-html-webpack-plugin ## Basic Information - **Project Name**: sri-html-webpack-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-27 - **Last Updated**: 2024-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sri-html-webpack-plugin html 模板中引入的资源文件,自动生成对应的 SRI 哈希值 ## 使用 ```js const SriHtmlWebpackPlugin = require('sri-html-webpack-plugin'); { // ... plugins: [ // ... new SriHtmlWebpackPlugin() // .... ], } ```