ifms-pti/web/vue.config.js

12 lines
155 B
JavaScript
Raw Normal View History

2020-11-06 13:31:28 +00:00
module.exports = {
transpileDependencies: ['vuetify'],
2022-12-07 12:23:50 +00:00
2020-11-06 13:31:28 +00:00
pluginOptions: {
apollo: {
lintGQL: false
}
2022-12-07 12:23:50 +00:00
},
productionSourceMap: false
2020-11-06 13:31:28 +00:00
}