mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 23:13:40 +08:00
12 lines
146 B
JavaScript
12 lines
146 B
JavaScript
![]() |
module.exports = {
|
||
|
"env":{
|
||
|
"development":{
|
||
|
"sourceMaps":true,
|
||
|
"retainLines":true,
|
||
|
}
|
||
|
},
|
||
|
presets: [
|
||
|
'@vue/app'
|
||
|
]
|
||
|
}
|