Skip to content

Commit 4ce9671

Browse files
author
Guillaume Chau
committed
chore: upgrade vue-cli-plugin-apollo
1 parent 481e713 commit 4ce9671

File tree

3 files changed

+177
-138
lines changed

3 files changed

+177
-138
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"rss-parser": "^3.4.3",
5353
"semver": "^5.5.0",
5454
"shortid": "^2.2.11",
55-
"vue-cli-plugin-apollo": "^0.17.3",
55+
"vue-cli-plugin-apollo": "^0.18.1",
5656
"watch": "^1.0.2"
5757
},
5858
"devDependencies": {

packages/@vue/cli-ui/vue.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ const path = require('path')
33

44
module.exports = {
55
pluginOptions: {
6-
graphqlMock: false,
7-
apolloEngine: false,
8-
graphqlTimeout: 1000000
6+
apollo: {
7+
enableMocks: false,
8+
enableEngine: false
9+
}
910
},
1011

1112
configureWebpack: {

0 commit comments

Comments
 (0)