Skip to content

Commit 3769cfa

Browse files
author
Guillaume Chau
committed
chore(e2e): disable production source maps
1 parent e5e6ff2 commit 3769cfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/demo/vue.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ module.exports = {
33
apollo: {
44
enableMocks: false,
55
enableEngine: false,
6-
}
6+
},
77
},
88

9+
productionSourceMap: false,
10+
911
/* Without vue-cli-plugin-apollo 0.20.0+ */
1012
// chainWebpack: config => {
1113
// config.module

0 commit comments

Comments
 (0)