bundle-squeeze
Advanced tools
Comparing version 0.1.2 to 0.1.3
import path from "node:path"; | ||
import * as fs from "node:fs"; | ||
const __dirname = import.meta.dirname; | ||
const __dirname = path.dirname(new URL(import.meta.url).pathname); | ||
const templateFile = path.join(__dirname, "..", "dist", "index.html"); | ||
@@ -5,0 +5,0 @@ const template = fs.readFileSync(templateFile, "utf8"); |
{ | ||
"name": "bundle-squeeze", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.js", |
Sorry, the diff of this file is not supported yet
27294