Skip to content

0.3.7

Choose a tag to compare

@medikoo medikoo released this 03 Jul 21:54
· 375 commits to master since this release

Fixes:

  • Input paths resolution now works properly in all cases (on both *nix and windows)
  • Require paths resolution logic is now aware of current system separator type,
    this makes webmake 100% ready for both systems (*nix and windows)..
  • Handling of current and parent directory index requires (e.g. './' or '../')
  • Handling of paths with trailing slash (e.g. './path/') where both file
    and directory is present (e.g. ./path.js and ./path/)