@ewas/esbuild-plugin-html
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -64,3 +64,3 @@ "use strict"; | ||
var _a = htmlConfig, _b = _a.crossorigin, crossorigin = _b === void 0 ? true : _b, template = _a.template, templateContent = _a.templateContent, templatePublicPath = _a.publicPath, filename = _a.filename, scriptLoading = _a.scriptLoading; | ||
var _c = config, publicPath = _c.publicPath, entryPoints = _c.entryPoints, outdir = _c.outdir, absWorkingDir = _c.absWorkingDir; | ||
var _c = config.esbuildOptions, publicPath = _c.publicPath, entryPoints = _c.entryPoints, outdir = _c.outdir, absWorkingDir = _c.absWorkingDir; | ||
var templateStr; | ||
@@ -67,0 +67,0 @@ if (templateContent && template) { |
{ | ||
"name": "@ewas/esbuild-plugin-html", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -8,3 +8,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@ewas/types": "1.0.0", | ||
"@ewas/types": "1.0.1", | ||
"esbuild": "^0.13.15", | ||
@@ -11,0 +11,0 @@ "typescript": "^4.5.0-beta" |
Sorry, the diff of this file is not supported yet
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
19236