babel.config.js 170 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module.exports = { presets: ["@vue/app"], plugins: [ [ "import", { libraryName: "ant-design-vue", libraryDirectory: "es", style: "css" } ] ] };