inleft
2022-08-12 e4f0862bd8af0ac1c7aab59904b69dd071526aff
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 };