Files
sorvor-front/vue.config.js
Thanu Poptiphueng d9eccb4116
All checks were successful
frontend-action / build-image (push) Successful in 59s
remove source map from frontend
2024-05-10 09:01:49 +07:00

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,
});