Releases: waysact/webpack-subresource-integrity
Releases · waysact/webpack-subresource-integrity
v1.1.0-rc.7
- Avoid duplicate error message on Webpack 4.20
- Fix crash in non-web builds, emit warning instead (#87)
- Declare peer dependency on html-webpack-plugin (#90)
v1.1.0-rc.6
- Fix a bug occurring in a certain constellation (Webpack 4 with splitChunks optimization in production mode plus mini-css-extract-plugin) by simplifying chunk-to-asset mapping code (#83)
v1.1.0-rc.5
- Fix incompatibility with Webpack 4.13+ where the
crossOrigin
attribute wasn't always set.
- Fix incompatibility with Webpack 4.3+
contenthash
placeholder. (#78)
- Preliminary compatibility with upcoming html-webpack-plugin 4. (#80)
v1.1.0-rc.4
- Fix bug with multiple files per chunk (#68)
v1.1.0-rc.3
- Improve warning for incorrect
crossOriginLoading
setting (#64)
- Make Puppeteer a dev dependency (#66)
v1.1.0-rc.2
- Add missing distribution files
v1.1.0-rc.1
- Add support for Webpack 4
- Turn Webpack-based test cases into examples
- Upgrade dev dependencies
- Remove obsolete warning about Chrome 45/46 bugs
v1.0.4
- Fix bug with multiple commons chunks (#58)
v1.0.3
- More robust path matching, fixes errors with certain ExtractTextPlugin output path formats (#22)