npm @vue/cli 4.4.3

latest releases: 5.0.8, 5.0.7, 4.5.19...
3 years ago

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

Don't miss a new cli release

NewReleases is sending notifications on new releases.