Skip to content

Releases: PabloSzx/bob-esbuild

bob-esbuild@3.2.5

15 Mar 23:15
cbe5ddf
Compare
Choose a tag to compare

3.2.5

Patch Changes

  • 4889dc1: Bump
  • Updated dependencies [4889dc1]
    • bob-esbuild-plugin@3.1.4

bob-esbuild-plugin@3.1.4

15 Mar 23:15
cbe5ddf
Compare
Choose a tag to compare

3.1.4

Patch Changes

bob-esbuild-cli@3.0.2

15 Mar 23:15
cbe5ddf
Compare
Choose a tag to compare

3.0.2

Patch Changes

bob-ts@3.1.0

16 Feb 06:28
36bfc79
Compare
Choose a tag to compare

3.1.0

Minor Changes

  • eedd60d: New options for programmatic usage:

    • "plugins": Allow specifying custom rollup plugins
    • "inputOptions": Customize specific input options

bob-ts@3.0.2

03 Feb 23:05
91d69dc
Compare
Choose a tag to compare

3.0.2

Patch Changes

  • 5d2289b: Update bundled globby version to v13.1.1

bob-esbuild@3.2.4

03 Feb 23:05
91d69dc
Compare
Choose a tag to compare

3.2.4

Patch Changes

  • edbb808: fix package.json rewrite & "type":"module" usage
  • 5d2289b: Update bundled globby version to v13.1.1

bob-tsm@0.4.6

23 Jan 23:19
98bfe97
Compare
Choose a tag to compare

0.4.6

Patch Changes

  • b349c7e: Add "--keep-esm-loader" option, it enables to keep the ESM Loader for forks (It can break certain environments like Next.js custom server)

bob-tsm@0.4.5

15 Jan 20:56
c17e601
Compare
Choose a tag to compare

0.4.5

Patch Changes

  • c09357a: Set "typescript" as optional peer dependency

bob-esbuild@3.2.3

14 Jan 22:24
c7c34d5
Compare
Choose a tag to compare

3.2.3

Patch Changes

  • 0696aae: allow to rewrite package.json before writeFile with config "rewritePackage" & improve PackageJSON type
  • ab336b9: Keep "peerDependenciesMeta" on package.json rewrite

bob-tsm@0.4.4

31 Dec 20:48
b8161a8
Compare
Choose a tag to compare

0.4.4

Patch Changes

  • 23dbed1: ESM: Try resolve adding script extensions (.ts, .tsx, .jsx, ...)