Skip to content

0.3.16

Compare
Choose a tag to compare
@medikoo medikoo released this 03 Jul 21:47
· 234 commits to master since this release

Nearly a major update

  • JSON files support
  • Support for custom formats via extensions (in parallel to this update
    extensions for YAML and CoffeeScript are published).
  • Improved relative module resolution so it's on pair with Node.js design
    (there were corner case where resolution result differed).
  • Introduce optional caching mechanism for repeated bundle generation.
    If request file has not been modified since last read its content and
    calculated dependencies list are taken from a cache. When used, speeds up
    Webmake around x2, and even more if used with extensions.
  • Improve error messages on unsupported require calls