vue_dreamfactory/vue.config.js
2022-06-22 19:27:23 +08:00

11 lines
271 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
lintOnSave: false,
transpileDependencies: true,
pluginOptions: {
vuetify: {
// https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vuetify-loader
}
}
})