Skip to content

Commit 0dde5c3

Browse files
committed
docs: update ts-loader version in migration guide [skip ci]
1 parent 3f96e51 commit 0dde5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrations/migrate-from-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The [`transpileDependencies` option](../config/#transpiledependencies) now accep
142142

143143
* Dropped TSLint support. As [TSLint has been deprecated](https://github.com/palantir/tslint/issues/4534), we [removed](https://github.com/vuejs/vue-cli/pull/5065) all TSLint-related code in this version.
144144
Please consider switching to ESLint. You can check out [`tslint-to-eslint-config`](https://github.com/typescript-eslint/tslint-to-eslint-config) for a mostly automatic migration experience.
145-
* `ts-loader` is upgraded from v6 to v8. It now only supports TypeScript >= 3.6.
145+
* `ts-loader` is upgraded from v6 to v9. It now only supports TypeScript >= 3.6.
146146
* `fork-ts-checker-webpack-plugin` is upgraded from v3.x to v6.x, you can see the detailed breaking changes in its release notes:
147147
* [v4.0.0](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases/tag/v4.0.0)
148148
* [v5.0.0](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases/tag/v5.0.0)

0 commit comments

Comments
 (0)