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 9ec9c21 commit e53d797Copy full SHA for e53d797
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.4.6
4
+
5
+- Improve error reporting related to tsconfig.json
6
+ - Fix bug that reported the wrong errors
7
+ - Errors are now reported as webpack errors instead of logged to console
8
+- Add support for latest TypeScript nightly (#24)
9
10
## v0.4.5
11
12
- Add `silent` flag (#22)
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.4.5",
+ "version": "0.4.6",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments