0.17.0
- 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
- dnt now outputs a CommonJS module by default, instead of UMD
- The poorly named
cjssetting is nowscriptModuleand you may specify"umd","cjs"orfalse. So to get the old behavior, usescriptModule: "umd". - The output sub folder name of the CommonJS/UMD module is now "script" instead of "umd".