tom
Results
2
comments of
tom
antd库怎么抽出来呢? 我的项目里面用了antd库, 我单独引用antd.js, 用externals 配置了antd, 打包完发现不能运行
please use my ~/.condarc ``` show_channel_urls: true always_yes: false channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ - conda-forge channel_priority: disabled ``` ```mamba upgrade python -y ``` success!