We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bb387 commit 9d5a3d0Copy full SHA for 9d5a3d0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.3.1
4
+
5
+- Add support for specifying a custom TypeScript compiler
6
7
## v0.3.0
8
9
- Change how modules are resolved. Imports and declaration file references are
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments