Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 10:34
· 168 commits to master since this release
14ef23e

Major Changes

  • #202
    2236863
    Thanks @enisdenjo! - Custom tsconfig path for the build command,
    default to tsconfig.build.json and fallback to tsconfig.json.

  • #203
    3b7efdc
    Thanks @ardatan! - Breaking jest-resolver.js renamed to
    jest-resolver.cjs because Bob package is an ESM package.

    Please make sure to adjust your jest.config.js.

    - resolver: 'bob-the-bundler/jest-resolver.js'
    + resolver: 'bob-the-bundler/jest-resolver.cjs'

Patch Changes