ifms-pti/web/vue.config.js
2020-11-06 09:31:28 -04:00

9 lines
123 B
JavaScript
Executable File

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