hrms-checkin/vue.config.js

12 lines
229 B
JavaScript
Raw Normal View History

2023-10-31 10:04:06 +07:00
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
2023-11-01 11:03:56 +07:00
transpileDependencies: ["quasar"],
pluginOptions: {
quasar: {
importStrategy: "kebab",
rtlSupport: false,
},
},
2023-10-31 10:04:06 +07:00
});