Skip to content

v4.4.3

Compare
Choose a tag to compare
@sodatea sodatea released this 12 Jun 07:58
· 537 commits to master since this release
d9453e8

How to Upgrade

First, reinstall the latest version of @vue/cli globally.

yarn global add @vue/cli
# OR
npm install -g @vue/cli

Then in the projects, run

vue upgrade

🐛 Bug Fix

  • @vue/cli-plugin-eslint
  • @vue/cli-plugin-typescript
    • #5539 fix: correctly shim @vue/compiler-sfc for fork-ts-checker-plugin (@sodatea)
  • @vue/cli-service
    • #5542 fix(cli-service): process the webpack failed hook in the serve command (@jeneser)
  • @vue/cli

🏠 Internal

  • @vue/babel-preset-app

📝 Documentation

  • @vue/cli-plugin-pwa
    • #5530 docs: mention using null to ignore icons (@qirh)

Committers: 5