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 7d454a3 commit 56fc843Copy full SHA for 56fc843
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.4.2
4
+
5
+- Rework the way dependencies are loaded (#14)
6
+- Fix NPM dependency on TypeScript (#15, #16)
7
8
## v0.4.1
9
10
- Fix Windows issue with paths (#14)
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments