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 21344c0 commit 77ba9edCopy full SHA for 77ba9ed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.8.2
4
+
5
+- Elided imports are now watched (#156, #169)
6
+- Declaration files for `.d.ts` files are now emitted (thanks @rob-bateman) (#174, #175)
7
8
## v0.8.1
9
10
- Add better error messaging when a file in tsconfig.json can not be loaded (#117, #145)
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.8.1",
+ "version": "0.8.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments