1.0.0 • Published 9 years ago

webpack-sri v1.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

webpack-sri

Subresource Integrity hash generator plugin for Webpack

Installation

$ npm i -D webpack-sri

Usage

const WebpackSRIPlugin = require('webpack-sri');

module.exports = {
  plugins: [ WebpackSRIPlugin ]
};

SRI string will output into terminal.

1.0.0

9 years ago