This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/debugger/babel.config.js

14 lines
200 B
JavaScript
Raw Normal View History

2019-08-09 18:40:45 +08:00
module.exports = {
2019-08-12 18:53:29 +08:00
"presets": [
"@vue/app"
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
2019-08-09 18:40:45 +08:00
]
2019-08-12 18:53:29 +08:00
}