Skip to content

Commit

Permalink
fix: undefined configPath now falls back to default (#1346)
Browse files Browse the repository at this point in the history
* fix: undefined configPath now falls back to default

* update changelog
  • Loading branch information
johnnyreilly committed Jul 24, 2021
1 parent 3fe8baf commit 55d2a85
Show file tree
Hide file tree
Showing 6 changed files with 1,208 additions and 1,201 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v9.2.4

* [Fix undefined configPath now falls back to default](https://github.com/TypeStrong/ts-loader/pull/1346) - thanks @johnnyreilly

## v9.2.3

* [Fix error message for invalid getCustomTransformers modules](https://github.com/TypeStrong/ts-loader/issues/1334) - thanks @blaky
Expand Down
4 changes: 2 additions & 2 deletions examples/vanilla/package.json
Expand Up @@ -4,10 +4,10 @@
"version": "1.0.0",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --mode development --progress --color"
"start": "webpack serve --progress --color"
},
"devDependencies": {
"ts-loader": "^8.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.1.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.6.0",
Expand Down

0 comments on commit 55d2a85

Please sign in to comment.