|
@ -1,8 +1,8 @@ |
|
|
const { defineConfig } = require('@vue/cli-service') |
|
|
const { defineConfig } = require('@vue/cli-service') |
|
|
module.exports = defineConfig({ |
|
|
module.exports = defineConfig({ |
|
|
transpileDependencies: true, |
|
|
transpileDependencies: true, |
|
|
publicPath : './', |
|
|
|
|
|
configureWebpack : { |
|
|
|
|
|
devtool:"source-map" |
|
|
|
|
|
|
|
|
publicPath: './', |
|
|
|
|
|
configureWebpack: { |
|
|
|
|
|
devtool: "source-map", |
|
|
}, |
|
|
}, |
|
|
}) |
|
|
}) |