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 97755bd commit 43f0a38Copy full SHA for 43f0a38
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.3.3
4
+
5
+- Add support for reporting errors in declaration files (#10)
6
+- Add support for watch mode for declaration files (#11)
7
+- Fix issue with extra `sourceMappingURL` in output files (#12)
8
9
## v0.3.2
10
11
- Add support for manually adding files (#6)
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.3.2",
+ "version": "0.3.3",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments