Closed Karthikmuthupandi closed 5 years ago
Hi All, I am getting the below while doing web pack operation. I am try to migrate react to preact. Kindly do some suggestion or help.
ERROR in ./~/react-dom/lib/ReactMount.js Module not found: Error: Can't resolve 'react/lib/React'
Thanks Karthi
Use "React$" as the key in your webpack alias setup.
"React$"
Note, we've removed support for deprecated APIs in compat with Preact X
Hi All, I am getting the below while doing web pack operation. I am try to migrate react to preact. Kindly do some suggestion or help.
ERROR in ./~/react-dom/lib/ReactMount.js Module not found: Error: Can't resolve 'react/lib/React'
Thanks Karthi