mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 10:26:43 +08:00
2022年5月29日从svn移到git
This commit is contained in:
12
babel.config.js
Normal file
12
babel.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
"env": {
|
||||
"development": {
|
||||
"sourceMaps": true,
|
||||
"retainLines": true,
|
||||
}
|
||||
},
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user