terry
terry
` { test: reStyle, rules: [ { test: /\.css$/, include: [/node_modules\/.*antd/], loader: 'style-loader' }, // Convert CSS into JS module { issuer: { not: [reStyle] }, exclude: [/node_modules\/.*antd/], use: 'isomorphic-style-loader'...
`clientConfig.module.rules[0].options.plugins = [ ...clientConfig.module.rules[0].options.plugins, ['import', { libraryName: 'antd', style: 'css' }] ]`
I encountered this problem and solved it@joenot443
@joenot443 you can see my config https://github.com/terry-ice/react-starter-kit-antd/blob/master/tools/webpack.config.js
I will try to configure tomorrow to see if I can solve it,good night. @joenot443