mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 14:29:42 +08:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
module.exports = {
|
|
publicPath: '/ui',
|
|
outputDir: './ui',
|
|
productionSourceMap: false, //生产环境生成map
|
|
}
|