File size: 137 Bytes
eda02a7
 
 
 
 
1
2
3
4
5
6
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
  transpileDependencies: true,
  publicPath: '/'
})