React
antd "./antd/es/xxx/style" does not exist in container.
[@umijs/runtime] load component failed Error: Module "./antd/es/select/style" does not exist in container.
while loading "./antd/es/select/style" from webpack/container/reference/mf
antd引入新组件,编译没问题,网页控制台报错"./antd/es/xxx/style" does not exist in container,这是mfsu引起的问题。
删掉src/.umi文件夹即可!