@chialab/esbuild-plugin-emit
Advanced tools
Comparing version 0.12.2 to 0.12.7
@@ -186,2 +186,3 @@ import path from 'path'; | ||
...pluginData, | ||
globalName: undefined, | ||
entryPoints: [filePath], | ||
@@ -193,2 +194,6 @@ outfile: undefined, | ||
if (config.define) { | ||
delete config.define['this']; | ||
} | ||
const result = /** @type { BuildResult} */ (await esbuild.build(config)); | ||
@@ -195,0 +200,0 @@ filePath = getMainOutput([filePath], result.metafile, rootDir); |
{ | ||
"name": "@chialab/esbuild-plugin-emit", | ||
"type": "module", | ||
"version": "0.12.2", | ||
"version": "0.12.7", | ||
"description": "Helpers functions to emit chunks and files from a esbuild run.", | ||
@@ -37,3 +37,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "78b4044e43ddb423527529d38bf89bb56812868a" | ||
"gitHead": "3dea1f3e3e7ecb0c74e991ffbc6be2b93d0fb08c" | ||
} |
11398
251