script-ext-html-webpack-plugin
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "script-ext-html-webpack-plugin", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -176,1 +176,2 @@ Script Extension for HTML Webpack Plugin | ||
* If webpack processing actually errors, first try adding the configuration option `removeInlinedAssets: false`. This is a development flag intended to mitigate one risky aspect of the implementation. Again, feedback on this would be much appreciated. | ||
* An alternative approach, based on jade templates is illustrated in the [HtmlWebpackPlugin inline example](https://github.com/ampedandwired/html-webpack-plugin/tree/master/examples/inline). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13296
177