inleft
2022-08-26 fa1bd95d533444d7360d1ada127b7a3279a3901f
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 };