Documentation for the RC version is available at https://next.cli.vuejs.org/
See the migration guide at https://next.cli.vuejs.org/migrating-from-v3/
To install the RC version, run yarn global add @vue/cli@next
or npm i -g @vue/cli@next
🚀 New Features
@vue/cli
@vue/babel-preset-app
, @vue/cli-plugin-unit-jest
, @vue/cli-plugin-unit-mocha
- #4663 feat(babel-preset): set target to node whenever NODE_ENV === 'test' (@sodatea)
@vue/cli-plugin-pwa
- #4664 feat(pwa): improve compatibility with v3 plugin usage (@sodatea)
@vue/cli-service
- #4641 feat: make the minimizer config available in all modes (@sodatea)
- #4644 feat: add webdriver log files to gitignore (@sodatea)
💥 Breaking Changes
@vue/cli-service
- #4676 chore!: upgrade terser-webpack-plugin to 2.x (@sodatea)
- #4673 refactor!: use DefinePlugin (again) instead of EnvironmentPlugin (@sodatea)
🐛 Bug Fix
@vue/cli-service
- #4666 fix: fix redundant log messages from webpack-dev-server (@sodatea)
🏠 Internal
@vue/cli-service
- #4673 refactor!: use DefinePlugin (again) instead of EnvironmentPlugin (@sodatea)
🔨 Underlying Tools
Committers: 2