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 997cc49 commit 425a830Copy full SHA for 425a830
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.3.0
4
+
5
+- Change how modules are resolved. Imports and declaration file references are
6
+now resolved through TypeScript instead of being resolved through webpack's
7
+`resolve` API. This fixes a number of issues and better aligns the loader to
8
+work as a replacement for the `tsc` command. (#3, #4, #5)
9
10
## v0.2.3
11
12
- Add noImplicitAny option (#2)
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "0.2.3",
+ "version": "0.3.0",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments