Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

v3.1.0

Choose a tag to compare

@joelvoss joelvoss released this 06 Nov 20:53
· 53 commits to main since this release
v3.1.0
cdf073e
  • fix: generateTypes option and ensure emitting of type declarations in fixtures c2abd7e
  • fix: indentation style in mangle.json not preserved 6e6ecba
  • chore: update README and add info about typings via the exports.types field 75a1380
  • fix: filename generation for es & modern outputs. Both 'jsnext:main' and 'esmodule' were incorrectly ignored. e13c16e
  • chore: remove mention of UMD support for web workers 3bb3ea4
  • feat: bump Node target to v14 8e434c0
  • fix: silence warnings when using builtins w/ 'node:' protocol b21146a
  • chore: remove git.io usages da9d6bf
  • feat: output ESM using .mjs as the file extension when the package type is CJS 1629bcb
  • fix: ensure hoisted node_modules are excluded from babel 256eadf
  • fix: ensures TS plugin will begin its search for a 'tsconfig.json' in the set cwd 1c967e4
  • chore: add info on --compress default value 5f6b508
  • fix: don't attempt to write build stats in watch mode when there has been a build error/sizeInfo is undefined df6be38

v3.0.0...v3.1.0