Skip to content

Commit 55d2a85

Browse files
authored
fix: undefined configPath now falls back to default (#1346)
* fix: undefined configPath now falls back to default * update changelog
1 parent 3fe8baf commit 55d2a85

File tree

6 files changed

+1208
-1201
lines changed

6 files changed

+1208
-1201
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v9.2.4
4+
5+
* [Fix undefined configPath now falls back to default](https://github.com/TypeStrong/ts-loader/pull/1346) - thanks @johnnyreilly
6+
37
## v9.2.3
48

59
* [Fix error message for invalid getCustomTransformers modules](https://github.com/TypeStrong/ts-loader/issues/1334) - thanks @blaky

examples/vanilla/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.0.0",
55
"scripts": {
66
"build": "webpack --mode production",
7-
"start": "webpack-dev-server --mode development --progress --color"
7+
"start": "webpack serve --progress --color"
88
},
99
"devDependencies": {
10-
"ts-loader": "^8.0.0",
10+
"ts-loader": "^9.0.0",
1111
"typescript": "^4.1.0",
1212
"webpack": "^5.0.0",
1313
"webpack-cli": "^4.6.0",

0 commit comments

Comments
 (0)