Releases: blakeembrey/typescript-simple-loader
Releases · blakeembrey/typescript-simple-loader
TypeScript Compiler
This release comes with support for the latest TypeScript on master
, as well as support for specifying other TypeScript-compatible compilers.
Added
- First complete tests
- Option to specify compiler by name (E.g.
ntypescript
) - Option to specify config file by location relative to Webpack context
Fixed
- Loader crashes when
tsconfig.json
"files" was not an array
Changed
- Loader no longer accepts compiler option overrides via Webpack loader query string
- Loader is cached by context and query string instead of
loaderIndex