<!-- 务必填写 --> [说明文档config-overrides.js](https://mobile.ant.design/docs/react/use-with-create-react-app-cn) ``` + const { override, fixBabelImports } = require('customize-cra'); - module.exports = function override(config, env) { - // do stuff with the webpack config... - return config; - }; + module.exports = override( + fixBabelImports('import', { + libraryName: 'antd-mobile', + style: 'css', + }), + ); ``` demo中config-overrides.js 是否需统一 - antd-mobile 版本: - 浏览器 (或标明是 react-native) 及其版本: - 操作系统及其版本: