preactjs / preact-compat

ATTENTION: The React compatibility layer for Preact has moved to the main preact repo.
http://npm.im/preact-compat
MIT License
949 stars 148 forks source link

ERROR in ./~/react-dom/lib/ReactMount.js #441

Closed Karthikmuthupandi closed 5 years ago

Karthikmuthupandi commented 7 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

developit commented 6 years ago

Use "React$" as the key in your webpack alias setup.

marvinhagemeister commented 5 years ago

Note, we've removed support for deprecated APIs in compat with Preact X