v6.0.0
Major Changes
-
#202
2236863
Thanks @enisdenjo! - Custom tsconfig path for the build command,
default totsconfig.build.json
and fallback totsconfig.json
. -
#203
3b7efdc
Thanks @ardatan! - Breakingjest-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
-
#214
1567b4d
Thanks @enisdenjo! - Include empty cjs/esm entry points for
types-only packages -
#37
c912002
Thanks @kamilkisiela! - better windows support for paths in the
runify command. -
#210
ad9fb40
Thanks @enisdenjo! - exports field should exist in types-only
builds