After webpack is packaged, a component that antd-mobile loads on demand, which corresponds to css that is not packaged?

problem phenomenon

as written in the antd-mobile document, the following two reference methods load the corresponding component code and style on demand:

"development": {
      "plugins": [
        "transform-pipeline",
        "react-hot-loader/babel",
        "syntax-dynamic-import",
        "transform-decorators-legacy",
        "transform-async-functions",
        "transform-export-extensions",
        ["import", { "libraryName": "antd-mobile", "style": true }],
        ["component", { "libraryName": "mint-ui", "style": true }]
      ]
    }

the configuration file is long, so only part of the code is intercepted

does any brother know what the reason is?

Dec.23,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bf57-2ba52.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bf57-2ba52.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?