/microbundle-test

Testing out microbundle using eta as a test subject

Primary LanguageTypeScript

Goals

  • foo.umd.js - a UMD build in ES6. Used with "module" and "main"

  • foo.esm.js - a ESM module. Used

  • browser.min.js - a minified UMD build.

  • Notes: I've disabled cjs (we just use UMD) and modern (module works just as well).