mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-08 02:14:44 +08:00
12 lines
146 B
JavaScript
12 lines
146 B
JavaScript
|
|
module.exports = {
|
||
|
|
"env":{
|
||
|
|
"development":{
|
||
|
|
"sourceMaps":true,
|
||
|
|
"retainLines":true,
|
||
|
|
}
|
||
|
|
},
|
||
|
|
presets: [
|
||
|
|
'@vue/app'
|
||
|
|
]
|
||
|
|
}
|