aboutsummaryrefslogtreecommitdiff
path: root/vue.config.js
blob: e5c2653994c18b4929deb9393289529e17b15c15 (plain)
1
2
3
4
5
6
7
8
9
10
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
  transpileDependencies: true,

  pluginOptions: {
    vuetify: {
      // https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vuetify-loader
    },
  },
});