Releases: upupming/esbuild-plugin-license
Releases · upupming/esbuild-plugin-license
v1.1.0
esbuild-plugin-license v1.1.0
-
Before, the entry package will be included as dependency as well. Now we have deleted it from the
dependencies
, and you can use it fromself
.template?: string | ((dependencies: Dependency[], self: Dependency) => string)
-
Before, if you have two version of same dependency, which dependency to choose is an undefined behavior and related to
onLoad
time. Now we will use the highest version of that package as the final output. -
Added
mjs
format output as in ourmodule
filed in package.json to avoid CJS-ESM interop in consumer side.