6 lines
138 B
JavaScript
Raw Permalink Normal View History

2025-09-06 16:06:30 +08:00
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: './'
})