blob: 54761742d76aca501299f689b82d012b4e722306 [file] [log] [blame]
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: './',
transpileDependencies: true
})