Skip to content

Commit

Permalink
docs: add a note about the migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Nov 6, 2021
1 parent 8eb12d6 commit 787efaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/migrations/migrate-from-v4.md
Expand Up @@ -22,7 +22,8 @@ vue upgrade --next

And then follow the command line instructions.

See the following section for detailed breaking changes introduced in each package.
Note that the migrator is not complete yet and doesn't cover all cases.
Please read the following section for detailed breaking changes introduced in each package.

::: tip Note
If you see errors like `setup compilation vue-loader-plugin(node:44156) UnhandledPromiseRejectionWarning: TypeError: The 'compilation' argument must be an instance of Compilation` after upgrading, please remove the lockfile (`yarn.lock` or `package-lock.json`) and `node_modules` in the project and reinstall all the dependencies.
Expand Down

0 comments on commit 787efaa

Please sign in to comment.