Skip to content

Commit

Permalink
docs: mention the precedence of .vue & .ts(x) extensions (#5055)
Browse files Browse the repository at this point in the history
closes #4936
  • Loading branch information
sodatea authored and pksunkara committed Jan 13, 2020
1 parent e8fb3d9 commit 49f70ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating-from-v3/README.md
Expand Up @@ -266,7 +266,7 @@ As in the cypress plugin, the support for legacy `vue-cli-service e2e` command h

### `@vue/cli-plugin-typescript`

When using Typescript, the webpack resolve options now [prefer `ts(x)` file extensions over `js(x)` ones](https://github.com/vuejs/vue-cli/pull/3909).
When importing a file without extension, the webpack resolve options now prefer [prefer `.ts(x)` files over `.js(x)` and `.vue` ones](https://github.com/vuejs/vue-cli/pull/3909). We strongly recommend you to always include the file extension when importing `.vue` files.

### `@vue/cli-plugin-unit-jest`

Expand Down

0 comments on commit 49f70ba

Please sign in to comment.