All checks were successful
frontend-action / build-image (push) Successful in 59s
10 lines
253 B
JavaScript
10 lines
253 B
JavaScript
const { defineConfig } = require("@vue/cli-service");
|
|
module.exports = defineConfig({
|
|
pluginOptions: {
|
|
vuetify: {
|
|
// https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vuetify-loader
|
|
},
|
|
},
|
|
productionSourceMap: false,
|
|
});
|