aboutsummaryrefslogtreecommitdiff
path: root/vue.config.js
blob: 3b81907707e93736fcf77800e56b229fab69ce75 (plain)
1
2
3
4
5
6
7
8
9
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  transpileDependencies: true,
  pluginOptions: {
    vuetify: {
      // https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vuetify-loader
    },
  },
});