What's Changed
- Add support for externals by @rhys-childs in #34. This will create a separate entry for
src/externals.{ts|js}
and a new output file of the same name. - Changes the typescript boolean to an options object with a typescript property
Breaking changes
If you are using typescript, update your typescript boolean to an options object {typescript: true}
Full Changelog: v4.1.1...v4.2.0