TDCODE_TH/vue-cil/vue.config.js

13 lines
279 B
JavaScript
Raw Normal View History

2023-06-19 11:41:18 +08:00
const { defineConfig } = require("@vue/cli-service");
const path = require('path')
function resolve(dir) {
return path.join(__dirname, dir)
}
module.exports = defineConfig({
transpileDependencies: true,
// devServer: {
// port: 'http://1.14.142.111:9090'
// }
});