mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-06 17:36:42 +08:00
12 lines
171 B
JavaScript
12 lines
171 B
JavaScript
module.exports = {
|
|
"env": {
|
|
"development": {
|
|
"sourceMaps": true,
|
|
"retainLines": true,
|
|
}
|
|
},
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
]
|
|
}
|
|
|