We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095f837 commit 55806a1Copy full SHA for 55806a1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v4.0.1
4
+
5
+* [Fix name collision in experimentalWatchApi code](https://github.com/TypeStrong/ts-loader/pull/737) - thanks @MLoughry!
6
7
## v4.0.0
8
9
* Support webpack 4
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments