Open marcosfede opened 4 years ago
Using this plugin in addition to craco-antd throws: Module not found: Can't resolve 'react-dom' in /node_modules/antd/lib/_util'
Module not found: Can't resolve 'react-dom' in /node_modules/antd/lib/_util'
To fix this:
npm install @hot-loader/react-dom
Add webpack config alias 'react-dom': '@hot-loader/react-dom'
'react-dom': '@hot-loader/react-dom'
See here: https://github.com/gaearon/react-hot-loader#hot-loaderreact-dom
Using this plugin in addition to craco-antd throws:
Module not found: Can't resolve 'react-dom' in /node_modules/antd/lib/_util'