6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
|
|
const { defineConfig } = require('@vue/cli-service')
|
||
|
|
module.exports = defineConfig({
|
||
|
|
transpileDependencies: true,
|
||
|
|
publicPath: './'
|
||
|
|
})
|