inleft
2022-02-23 81c155e7e00b83f06e6486a8d904428a44b8b275
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 };