inleft
2022-03-04 ec6f207325f1996d71fb4e0c6acada906ec026bd
commit | author | age
bf6fbe 1 module.exports = {
L 2     presets: ["@vue/app",'@vue/babel-preset-jsx'],
3     plugins: [
4         [
5             "import",
6             {
7                 libraryName: "ant-design-vue",
8                 libraryDirectory: "es",
9                 style: true
10             }
11         ]
12     ]
13 };