Antd customized theme

I have a problem now. I want to customize the antd theme, but I package it to extract the tripartite library and inject it into cdn, so that the theme I customize in webpack is invalid

 webpackConfig.externals = {
    react: "React",
    "react-dom": "ReactDOM",
    antd: "antd",
    jquery: "$",
  }
Jun.14,2022
Menu