ifms-pti/web/vue.config.js
2021-10-26 09:44:05 -04:00

9 lines
123 B
JavaScript
Executable File

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