Huang Li
Huang Li
- antd-mobile 版本:2.1.11 - 浏览器 及其版本:Chrome 61 - 操作系统及其版本:windows 10 我的工程是用create-react-app创建的,然后使用了 config-overrides.js. 现在我需要使用[postcss-preset-env](https://github.com/csstools/postcss-preset-env),来实现cssnext的一些功能. 但是当我这样加入时,postcss-preset-env插件就无效,ant-mobile有效 ``` config.module.rules[1].oneOf.unshift( { test: /\.css$/, exclude: /node_modules|antd-mobile\.css|src\\index\.css|iconfonts\.css/, use: [ require.resolve('style-loader'), { loader: require.resolve('css-loader'), options: { modules:...
### Verify Steps - [x] Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题 - [x] Branch 我知道 OpenClash 的 Dev 分支切换开关位于插件设置-版本更新中,或者我会手动下载并安装 Dev 分支的 OpenClash - [x] Latest 我已经**使用最新 Dev 版本**测试过,问题依旧存在 - [x] Relevant...