ifms-pti/web/vue.config.js
2022-12-07 08:23:50 -04:00

12 lines
155 B
JavaScript
Executable File

module.exports = {
transpileDependencies: ['vuetify'],
pluginOptions: {
apollo: {
lintGQL: false
}
},
productionSourceMap: false
}