Skip to content

Releases: upupming/esbuild-plugin-license

v1.1.0

01 Feb 16:31
Compare
Choose a tag to compare

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 from self.

    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 our module filed in package.json to avoid CJS-ESM interop in consumer side.

v1.0.3

18 Jan 07:08
Compare
Choose a tag to compare

v1.0.3

Support basic banner and thirdParty configuration.