.babelrc 206 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 { "presets": [["env", { "modules": false }], "stage-3"], "plugins": [ [ "component", { "libraryName": "element-ui", "styleLibraryName": "theme-chalk" } ] ] }