Changes
New features
- New troubleshooting section in README for missing npm packages: #40 (thanks @hmil, @subvertallchris, @lufecir, @vitalii)
- Support for default exports: #42 (thanks @Bjeaurn)
- Support for tsconfig paths option: #43 (thanks @PhillipBerger-BSFT)
- Support for importing style from
node_modules
: #43 (thanks @PhillipBerger-BSFT) - Support for
RequireJS
lazy loading: #44 (thanks @to-kr) - Support for requiring
JSON
: #45 (thanks @vidartf) - Bundler optimizations
Bugfixes
- Config option for
tsconfig
, check if it exists and fix for windows paths: #37 (thanks @vidartf) - Better module resolution in bundler: #38 (thanks @vidartf)
- Fix for undefined module.exports: #46 (thanks @archy-bold)
- Check if object is extensible before extending: #46 (thanks @archy-bold)