@chialab/esbuild-plugin-meta-url
Advanced tools
Comparing version 0.12.34 to 0.12.39
@@ -166,3 +166,3 @@ import path from 'path'; | ||
return finalizeEntry(build, args.path); | ||
return finalizeEntry(build, entry, { source: args.path }); | ||
}); | ||
@@ -169,0 +169,0 @@ }, |
{ | ||
"name": "@chialab/esbuild-plugin-meta-url", | ||
"type": "module", | ||
"version": "0.12.34", | ||
"version": "0.12.39", | ||
"description": "A file loader plugin for esbuild for constructed URLs using import metadata.", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"@chialab/esbuild-plugin-emit": "^0.12.31", | ||
"@chialab/esbuild-plugin-transform": "^0.12.31", | ||
"@chialab/esbuild-plugin-transform": "^0.12.39", | ||
"@chialab/estransform": "^0.12.11", | ||
@@ -48,3 +48,3 @@ "@chialab/node-resolve": "^0.12.26", | ||
}, | ||
"gitHead": "6b332aab5614a4d081f931451c04471bff3e3147" | ||
"gitHead": "3544f2cd21507ea7688bbdc00a8aded16901015f" | ||
} |
10738