blob: 6b217ab07d0098724be5525d267c0c1fbe3f96cd [file] [log] [blame]
{
"presets": [["@babel/preset-env", {
"modules": false
}]],
"plugins": [
["component", {
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}]
]
}