rollup-plugin-esbuild
Advanced tools
Comparing version 4.10.0 to 4.10.1
@@ -344,3 +344,3 @@ var __create = Object.create; | ||
const defaultOptions = tsconfig === false ? {} : await getOptions((0, import_path2.dirname)(id), tsconfig); | ||
const result = await (0, import_esbuild4.transform)(code, __spreadValues({ | ||
const result = await (0, import_esbuild4.transform)(code, __spreadValues(__spreadProps(__spreadValues({ | ||
loader, | ||
@@ -350,7 +350,7 @@ target: defaultOptions.target || "es2017", | ||
jsxFragment: defaultOptions.jsxFragment, | ||
jsx: defaultOptions.jsx, | ||
jsxDev: defaultOptions.jsxDev, | ||
jsx: defaultOptions.jsx | ||
}, defaultOptions.jsxDev ? { jsxDev: true } : {}), { | ||
sourcemap: sourceMap, | ||
sourcefile: id | ||
}, esbuildOptions)); | ||
}), esbuildOptions)); | ||
await warn(this, result.warnings); | ||
@@ -357,0 +357,0 @@ return result.code && { |
{ | ||
"name": "rollup-plugin-esbuild", | ||
"version": "4.10.0", | ||
"version": "4.10.1", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
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
29856