html-inline-webpack-plugin
Advanced tools
Comparing version
@@ -42,3 +42,3 @@ var __importDefault = (this && this.__importDefault) || function (mod) { | ||
: new asset_injector_1.StyleAssetInjector({ inline: options.inline })); | ||
if (options.favIcon != null) { | ||
if (options.favIcon != "") { | ||
this.headInjectors.push(new head_injector_1.FavIconInjector(options.favIcon)); | ||
@@ -45,0 +45,0 @@ } |
{ | ||
"name": "html-inline-webpack-plugin", | ||
"description": "This webpack plugin package is bundling related HTML files by injecting inline tags.", | ||
"version": "1.0.0-beta3", | ||
"version": "1.0.0-beta4", | ||
"main": "./dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "./dist/types/index.d.ts", |
@@ -8,3 +8,3 @@ <div align="center"> | ||
<th>Version</th> | ||
<th>v1.0.0-beta3</th> | ||
<th>v1.0.0-beta4</th> | ||
</tr> | ||
@@ -11,0 +11,0 @@ </tbody> |
@@ -72,3 +72,3 @@ import { Compilation, Compiler, sources } from "webpack"; | ||
if (options.favIcon != null) { | ||
if (options.favIcon != "") { | ||
this.headInjectors.push(new FavIconInjector(options.favIcon)); | ||
@@ -75,0 +75,0 @@ } |
43620
-0.04%22
-8.33%823
-0.12%