v0.10.0
Improvements
- Support for async/await in rollup plugins
- Added
system
toformat
options - Added support for
jest.config.js
(it will merge with the defaults) - TSDX will now clean the
dist
directory ontsdx build
Bugfixes
- Fixed missing
eslint
deps
POSSIBLY BREAKING
- Dropped support for Node 8 because we moved to @wessberg/rollup-plugin-ts
Commits
- Merge pull request #242 from audiolion/patch-1 1a62579
- fix: failing builds 90ecbfc
- fix(testing): add support for jest.config.js (#229) 22c2416
- feat: clean dist dir on build (#240) b86f715
- docs: add skvale as a contributor (#237) dbc3d70
- docs: add JasonEtco as a contributor (#236) 543c8d0
- docs: add sw-yx as a contributor (#232) 93bb77a
- docs: add jaredpalmer as a contributor (#231) 77eda51
- Support Async/Await in Rollup Plugins (#208) bfc0590
- Add system to list of supported formats (#228) a99f216
- Add "test" to include key in template tsconfigs (#226) 157bcee
- fix(dependencies): Use yarn.lock instead of pnpm-lock.yaml (#220) 5a6f033
- Add missing dependencies required by eslint-config-react-app (#218) 29b901b