Skip to content

Commit 9bb74bc

Browse files
committed
docs: mention ts peer dep change
BREAKING CHANGE: `typescript` is now a peer dependency of `@vue/cli-plugin-typescript`. If you are upgrading from a previous version, you will need to explicitly install `typescript` in your project.
1 parent ee82c3e commit 9bb74bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/@vue/cli-plugin-typescript/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Uses TypeScript + `ts-loader` + [fork-ts-checker-webpack-plugin](https://github.
88

99
TypeScript can be configured via `tsconfig.json`.
1010

11+
Since `3.0.0-rc.6`, `typescript` is now a peer dependency of this package, so you can use a specific version of TypeScript by updating your project's `package.json`.
12+
1113
This plugin can be used alongside `@vue/cli-plugin-babel`. When used with Babel, this plugin will output ES2015 and delegate the rest to Babel for auto polyfill based on browser targets.
1214

1315
## Injected Commands

0 commit comments

Comments
 (0)