bob-esbuild-plugin
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -80,2 +80,4 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
return; | ||
const defaultOptions = options.tsconfig === false ? {} : await _chunkIXNNSXUNjs.getOptions.call(void 0, _path.dirname.call(void 0, id), options.tsconfig); | ||
target = options.target || defaultOptions.target || "es2019"; | ||
const bundled = await _chunkXE6GEIXUjs.bundle.call(void 0, id, this, plugins, loaders, target); | ||
@@ -99,3 +101,3 @@ if (!bundled.code) | ||
const defaultOptions = options.tsconfig === false ? {} : await _chunkIXNNSXUNjs.getOptions.call(void 0, _path.dirname.call(void 0, id), options.tsconfig); | ||
target = options.target || defaultOptions.target || "es2017"; | ||
target = options.target || defaultOptions.target || "es2019"; | ||
const result = await _esbuild.transform.call(void 0, code, { | ||
@@ -102,0 +104,0 @@ loader, |
{ | ||
"name": "bob-esbuild-plugin", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "bob-esbuild main plugin, based on https://github.com/egoist/rollup-plugin-esbuild", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
20713
583