esbuild-wasm
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -241,4 +241,4 @@ const child_process = require('child_process'); | ||
const loader = options.loader || 'js'; | ||
const name = `/input.${loader}`; | ||
const flags = ['build', name, file, '--', name, '--outfile=/output.js']; | ||
const name = `input.${loader}`; | ||
const flags = ['build', `/${name}`, file, '--', name, '--outfile=/output.js']; | ||
pushCommonFlags(flags, options); | ||
@@ -245,0 +245,0 @@ if (options.loader) flags.push(`--loader:.${loader}=${options.loader}`); |
{ | ||
"name": "esbuild-wasm", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "The cross-platform WebAssembly binary for esbuild, a JavaScript bundler.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/evanw/esbuild", |
Sorry, the diff of this file is not supported yet
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
4499444