Skip to content

Commit e5e6ff2

Browse files
author
Guillaume Chau
committed
chore: update e2e vue config
1 parent 7c0ef94 commit e5e6ff2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/demo/vue.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
module.exports = {
22
pluginOptions: {
3-
graphqlMock: false,
4-
apolloEngine: false,
3+
apollo: {
4+
enableMocks: false,
5+
enableEngine: false,
6+
}
57
},
68

79
/* Without vue-cli-plugin-apollo 0.20.0+ */

0 commit comments

Comments
 (0)