1. 程式人生 > >在react元件中使用修飾符

在react元件中使用修飾符

"plugins": [
      [
        "@babel/plugin-proposal-decorators",  // 這是用來使用修飾器的配置引入@babel/plugin-proposal-decorators
        {
          "legacy": true
        }
      ],
      [

        "import",   // 按需載入 babel-plugin-import
        {

          "libraryName": "antd",

          "libraryDirectory": "es",

          "style": "css"

        }

      ]
    ]

package.json中