github denoland/dnt 0.17.0

latest releases: 0.41.2, 0.41.1, 0.41.0...
2 years ago
  • 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".

Don't miss a new dnt release

NewReleases is sending notifications on new releases.