esbuild-plugin-vue3
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -6,3 +6,3 @@ import { BuildResult } from "esbuild"; | ||
*/ | ||
originalFile: string; | ||
sourceFile: string; | ||
/** | ||
@@ -9,0 +9,0 @@ * Path where the modified HTML file will be written to. By default this is an index.html file in the outdir or next to the outfile. |
@@ -89,3 +89,3 @@ "use strict"; | ||
_b = (_a = cheerio).load; | ||
return [4 /*yield*/, fs.promises.readFile(opts.originalFile)]; | ||
return [4 /*yield*/, fs.promises.readFile(opts.sourceFile)]; | ||
case 2: | ||
@@ -92,0 +92,0 @@ $ = _b.apply(_a, [_d.sent()]); |
@@ -311,3 +311,3 @@ "use strict"; | ||
opts.generateHTML = { | ||
originalFile: opts.generateHTML | ||
sourceFile: opts.generateHTML | ||
}; | ||
@@ -314,0 +314,0 @@ } |
{ | ||
"name": "esbuild-plugin-vue3", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
48735