inleft
2022-02-21 4b854c29227ef08ea178a3bba527a40ca2f84674
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 };