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 7b1cfcb commit 6f1c154Copy full SHA for 6f1c154
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.3.4
4
+
5
+- Exclude TS 1.5 as a dependency since there are breaking changes
6
7
## v0.3.3
8
9
- Add support for reporting errors in declaration files (#10)
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.3.3",
+ "version": "0.3.4",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments