@chialab/esbuild-plugin-transform
Advanced tools
Comparing version 0.11.13 to 0.11.35
@@ -251,3 +251,3 @@ import path from 'path'; | ||
if (args.path === fullInput && stdin) { | ||
entry = await getEntry(build, args.path, stdin.contents); | ||
entry = await getEntry(build, args.path, stdin.contents.toString()); | ||
} else { | ||
@@ -254,0 +254,0 @@ entry = await getEntry(build, args.path); |
{ | ||
"name": "@chialab/esbuild-plugin-transform", | ||
"type": "module", | ||
"version": "0.11.13", | ||
"version": "0.11.35", | ||
"description": "Pipe transformation plugin for esbuild.", | ||
@@ -43,3 +43,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "811f6670e63e201b8b59ffda850a7b17bbdaedb2" | ||
"gitHead": "ea00bad06278de34a104d65a25c6dd8f4f422373" | ||
} |
17499