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

10 lines
140 B
JavaScript
Executable File

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