Skip to content

0.17.0

Choose a tag to compare

@dsherret dsherret released this 05 Feb 19:32
· 179 commits to main since this release
5645b45
  • feat: ability to specify to use cjs or umd for the script module output #114
  • feat: update to @deno/shim-deno 0.3.0 #115
  • feat: add emptyDir re-export and recommend using it #116

Breaking Changes

  1. dnt now outputs a CommonJS module by default, instead of UMD
  2. The poorly named cjs setting is now scriptModule and you may specify "umd", "cjs" or false. So to get the old behavior, use scriptModule: "umd".
  3. The output sub folder name of the CommonJS/UMD module is now "script" instead of "umd".