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 626e532 commit c439414Copy full SHA for c439414
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.4.1
4
+
5
+- Fix Windows issue with paths (#14)
6
7
## v0.4.0
8
9
- TypeScript 1.5 support! (#14)
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments