123456789101112 |
- module.exports = {
- presets: ["@vue/cli-plugin-babel/preset", "@linaria"],
- plugins: [
- "@vue/babel-plugin-jsx",
- [
- "import",
- { libraryName: "ant-design-vue", libraryDirectory: "es", style: true },
- "antd",
- ],
- "@babel/plugin-proposal-class-properties"
- ],
- };
|