Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@upupming upupming released this 01 Feb 16:31
· 6 commits to main since this release

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.