Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf3d801

Browse filesBrowse files
committed
v5.0.0-alpha.4
1 parent d91728f commit cf3d801
Copy full SHA for cf3d801

File tree

25 files changed

+96
-58
lines changed
Filter options

25 files changed

+96
-58
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+38Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11

2+
## 5.0.0-alpha.4 (2021-02-18)
3+
4+
#### :rocket: New Features
5+
* `@vue/cli-plugin-webpack-4`, `@vue/cli-service`
6+
* [#6279](https://github.com/vuejs/vue-cli/pull/6279) feat!: update copy & terser plugin, move more legacy code to webpack-4 plugin ([@sodatea](https://github.com/sodatea))
7+
* `@vue/cli-plugin-babel`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-webpack-4`, `@vue/cli-service`
8+
* [#6269](https://github.com/vuejs/vue-cli/pull/6269) feat: use html-webpack-plugin v5 by default ([@sodatea](https://github.com/sodatea))
9+
* `@vue/cli-plugin-typescript`
10+
* [#6235](https://github.com/vuejs/vue-cli/pull/6235) feat(typescript): add `useDefineForClassFields` option in tsconfig template ([@ktsn](https://github.com/ktsn))
11+
12+
#### :boom: Breaking Changes
13+
* `@vue/cli-plugin-webpack-4`, `@vue/cli-service`
14+
* [#6279](https://github.com/vuejs/vue-cli/pull/6279) feat!: update copy & terser plugin, move more legacy code to webpack-4 plugin ([@sodatea](https://github.com/sodatea))
15+
* `@vue/cli-plugin-babel`, `@vue/cli-plugin-pwa`, `@vue/cli-plugin-webpack-4`, `@vue/cli-service`
16+
* [#6269](https://github.com/vuejs/vue-cli/pull/6269) feat: use html-webpack-plugin v5 by default ([@sodatea](https://github.com/sodatea))
17+
18+
#### :bug: Bug Fix
19+
* `@vue/cli-plugin-pwa`
20+
* [#6277](https://github.com/vuejs/vue-cli/pull/6277) fix(cli-plugin-pwa): webpack5 warning for emitting manifest.json ([@awill1988](https://github.com/awill1988))
21+
* `@vue/cli-service`
22+
* [#6230](https://github.com/vuejs/vue-cli/pull/6230) fix: mini-css-extract-plugin publicPath option can be an absolute path ([@Veath](https://github.com/Veath))
23+
* [#6221](https://github.com/vuejs/vue-cli/pull/6221) fix(cli-service): avoiding recreating dist directory ([@fangbinwei](https://github.com/fangbinwei))
24+
25+
#### :house: Internal
26+
* `@vue/cli`
27+
* [#6242](https://github.com/vuejs/vue-cli/pull/6242) chore: upgrade commander to v7 ([@sodatea](https://github.com/sodatea))
28+
29+
#### Committers: 7
30+
- Adam Williams ([@awill1988](https://github.com/awill1988))
31+
- Andy Chen ([@tjcchen](https://github.com/tjcchen))
32+
- Binwei Fang ([@fangbinwei](https://github.com/fangbinwei))
33+
- Haoqun Jiang ([@sodatea](https://github.com/sodatea))
34+
- Katashin ([@ktsn](https://github.com/ktsn))
35+
- Robin Hellemans ([@Robin-Hoodie](https://github.com/Robin-Hoodie))
36+
- [@Veath](https://github.com/Veath)
37+
38+
39+
240
## 5.0.0-alpha.3 (2021-01-22)
341

442
#### :rocket: New Features

‎lerna.json

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "5.0.0-alpha.3",
4+
"version": "5.0.0-alpha.4",
55
"packages": [
66
"packages/@vue/babel-preset-app",
77
"packages/@vue/cli*",

‎packages/@vue/babel-preset-app/package.json

Copy file name to clipboardExpand all lines: packages/@vue/babel-preset-app/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/babel-preset-app",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "babel-preset-app for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

‎packages/@vue/cli-init/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-init/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-init",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "init addon for vue-cli",
55
"main": "index.js",
66
"publishConfig": {

‎packages/@vue/cli-overlay/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-overlay/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-overlay",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "error overlay & dev server middleware for vue-cli",
55
"main": "dist/client.js",
66
"files": [

‎packages/@vue/cli-plugin-babel/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-babel/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-babel",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "babel plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -21,8 +21,8 @@
2121
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-babel#readme",
2222
"dependencies": {
2323
"@babel/core": "^7.12.10",
24-
"@vue/babel-preset-app": "^5.0.0-alpha.3",
25-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
24+
"@vue/babel-preset-app": "^5.0.0-alpha.4",
25+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
2626
"babel-loader": "^8.2.2",
2727
"thread-loader": "^3.0.0",
2828
"webpack": "^5.10.0"

‎packages/@vue/cli-plugin-e2e-cypress/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-cypress/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-cypress",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "e2e-cypress plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
26+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
2727
"cypress": "^6.1.0",
2828
"eslint-plugin-cypress": "^2.11.2"
2929
},

‎packages/@vue/cli-plugin-e2e-nightwatch/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-nightwatch/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-nightwatch",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "e2e-nightwatch plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
26+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
2727
"deepmerge": "^4.2.2",
2828
"nightwatch": "^1.4.1"
2929
},

‎packages/@vue/cli-plugin-e2e-webdriverio/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-e2e-webdriverio/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-e2e-webdriverio",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "e2e-webdriverio plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@types/mocha": "^8.0.4",
29-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
29+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
3030
"@wdio/cli": "^6.10.5",
3131
"@wdio/local-runner": "^6.10.5",
3232
"@wdio/mocha-framework": "^6.10.4",

‎packages/@vue/cli-plugin-eslint/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-eslint/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-eslint",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "eslint plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
26+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
2727
"eslint-webpack-plugin": "^2.4.1",
2828
"globby": "^11.0.1",
2929
"inquirer": "^7.1.0",

‎packages/@vue/cli-plugin-pwa/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-pwa/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-pwa",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "pwa plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
26+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
2727
"html-webpack-plugin": "^5.0.0",
2828
"webpack": "^5.10.0",
2929
"workbox-webpack-plugin": "^6.0.2"

‎packages/@vue/cli-plugin-router/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-router/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-router",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "router plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,10 +23,10 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.3"
26+
"@vue/cli-shared-utils": "^5.0.0-alpha.4"
2727
},
2828
"devDependencies": {
29-
"@vue/cli-test-utils": "^5.0.0-alpha.3"
29+
"@vue/cli-test-utils": "^5.0.0-alpha.4"
3030
},
3131
"peerDependencies": {
3232
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"

‎packages/@vue/cli-plugin-typescript/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-typescript/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-typescript",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "typescript plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@types/webpack-env": "^1.15.2",
27-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
27+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
2828
"babel-loader": "^8.2.2",
2929
"cache-loader": "^4.1.0",
3030
"fork-ts-checker-webpack-plugin": "^6.0.5",

‎packages/@vue/cli-plugin-unit-jest/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-unit-jest/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-unit-jest",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "unit-jest plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"@babel/core": "^7.12.10",
2727
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
2828
"@types/jest": "^26.0.19",
29-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
29+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
3030
"babel-core": "^7.0.0-bridge.0",
3131
"babel-jest": "^26.6.3",
3232
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",

‎packages/@vue/cli-plugin-unit-mocha/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-unit-mocha/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-unit-mocha",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "mocha unit testing plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -22,8 +22,8 @@
2222
},
2323
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-mocha#readme",
2424
"dependencies": {
25-
"@vue/cli-plugin-webpack-4": "^5.0.0-alpha.3",
26-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
25+
"@vue/cli-plugin-webpack-4": "^5.0.0-alpha.4",
26+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
2727
"jsdom": "^16.4.0",
2828
"jsdom-global": "^3.0.2",
2929
"mocha": "^8.2.1",

‎packages/@vue/cli-plugin-vuex/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-vuex/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-vuex",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "Vuex plugin for vue-cli",
55
"main": "index.js",
66
"repository": {
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"devDependencies": {
26-
"@vue/cli-test-utils": "^5.0.0-alpha.3"
26+
"@vue/cli-test-utils": "^5.0.0-alpha.4"
2727
},
2828
"peerDependencies": {
2929
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0"

‎packages/@vue/cli-plugin-webpack-4/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-webpack-4/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-plugin-webpack-4",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "webpack-4 plugin for @vue/cli v5",
55
"main": "index.js",
66
"repository": {

‎packages/@vue/cli-service/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-service/package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-service",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "local service for vue-cli projects",
55
"main": "lib/Service.js",
66
"typings": "types/index.d.ts",
@@ -27,10 +27,10 @@
2727
"@soda/get-current-script": "^1.0.2",
2828
"@types/minimist": "^1.2.0",
2929
"@types/webpack-dev-server": "^3.11.0",
30-
"@vue/cli-overlay": "^5.0.0-alpha.3",
31-
"@vue/cli-plugin-router": "^5.0.0-alpha.3",
32-
"@vue/cli-plugin-vuex": "^5.0.0-alpha.3",
33-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
30+
"@vue/cli-overlay": "^5.0.0-alpha.4",
31+
"@vue/cli-plugin-router": "^5.0.0-alpha.4",
32+
"@vue/cli-plugin-vuex": "^5.0.0-alpha.4",
33+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
3434
"@vue/component-compiler-utils": "^3.1.2",
3535
"@vue/preload-webpack-plugin": "^1.1.0",
3636
"@vue/web-component-wrapper": "^1.2.0",

‎packages/@vue/cli-shared-utils/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-shared-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-shared-utils",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "shared utilities for vue-cli packages",
55
"main": "index.js",
66
"repository": {

‎packages/@vue/cli-test-utils/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-test-utils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-test-utils",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"description": "test utilities for vue-cli packages",
55
"repository": {
66
"type": "git",

‎packages/@vue/cli-ui-addon-webpack/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-ui-addon-webpack/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui-addon-webpack",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -20,9 +20,9 @@
2020
"devDependencies": {
2121
"@babel/core": "^7.12.10",
2222
"@babel/eslint-parser": "^7.12.1",
23-
"@vue/cli-plugin-babel": "^5.0.0-alpha.3",
24-
"@vue/cli-plugin-eslint": "^5.0.0-alpha.3",
25-
"@vue/cli-service": "^5.0.0-alpha.3",
23+
"@vue/cli-plugin-babel": "^5.0.0-alpha.4",
24+
"@vue/cli-plugin-eslint": "^5.0.0-alpha.4",
25+
"@vue/cli-service": "^5.0.0-alpha.4",
2626
"@vue/eslint-config-standard": "^6.0.0",
2727
"core-js": "^3.8.1",
2828
"eslint": "^7.15.0",

‎packages/@vue/cli-ui-addon-widgets/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-ui-addon-widgets/package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui-addon-widgets",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -20,9 +20,9 @@
2020
"devDependencies": {
2121
"@babel/core": "^7.12.10",
2222
"@babel/eslint-parser": "^7.12.1",
23-
"@vue/cli-plugin-babel": "^5.0.0-alpha.3",
24-
"@vue/cli-plugin-eslint": "^5.0.0-alpha.3",
25-
"@vue/cli-service": "^5.0.0-alpha.3",
23+
"@vue/cli-plugin-babel": "^5.0.0-alpha.4",
24+
"@vue/cli-plugin-eslint": "^5.0.0-alpha.4",
25+
"@vue/cli-service": "^5.0.0-alpha.4",
2626
"@vue/eslint-config-standard": "^6.0.0",
2727
"core-js": "^3.8.1",
2828
"eslint": "^7.15.0",

‎packages/@vue/cli-ui/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-ui/package.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/cli-ui",
3-
"version": "5.0.0-alpha.3",
3+
"version": "5.0.0-alpha.4",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/vuejs/vue-cli.git",
@@ -35,7 +35,7 @@
3535
],
3636
"dependencies": {
3737
"@akryum/winattr": "^3.0.0",
38-
"@vue/cli-shared-utils": "^5.0.0-alpha.3",
38+
"@vue/cli-shared-utils": "^5.0.0-alpha.4",
3939
"apollo-server-express": "^2.17.0",
4040
"clone": "^2.1.1",
4141
"deepmerge": "^4.2.2",
@@ -66,10 +66,10 @@
6666
"devDependencies": {
6767
"@babel/core": "^7.12.10",
6868
"@babel/eslint-parser": "^7.12.1",
69-
"@vue/cli-plugin-babel": "^5.0.0-alpha.3",
70-
"@vue/cli-plugin-e2e-cypress": "^5.0.0-alpha.3",
71-
"@vue/cli-plugin-eslint": "^5.0.0-alpha.3",
72-
"@vue/cli-service": "^5.0.0-alpha.3",
69+
"@vue/cli-plugin-babel": "^5.0.0-alpha.4",
70+
"@vue/cli-plugin-e2e-cypress": "^5.0.0-alpha.4",
71+
"@vue/cli-plugin-eslint": "^5.0.0-alpha.4",
72+
"@vue/cli-service": "^5.0.0-alpha.4",
7373
"@vue/eslint-config-standard": "^6.0.0",
7474
"@vue/ui": "^0.11.6",
7575
"ansi_up": "^4.0.4",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.