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