Socket
Socket
Sign inDemoInstall

html-webpack-plugin

Package Overview
Dependencies
111
Maintainers
4
Versions
138
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.12 to 5.0.0-alpha.13

9

index.js

@@ -210,3 +210,10 @@ // @ts-check

name: 'HtmlWebpackPlugin',
stage: webpack.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS
stage:
/**
* Hacky intermediate solution arround the open webpack issue https://github.com/webpack/webpack/issues/11822 which does not
* allow to generate the HTML after the JS and CSS has been optimized
*
* This can break on any minor webpack release as it messes with the webpack internal enum values:
*/
webpack.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_SIZE + 200
},

@@ -213,0 +220,0 @@ /**

2

package.json
{
"name": "html-webpack-plugin",
"version": "5.0.0-alpha.12",
"version": "5.0.0-alpha.13",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Simplifies creation of HTML files to serve your webpack bundles",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc