electrode-react-ssr-caching icon indicating copy to clipboard operation
electrode-react-ssr-caching copied to clipboard

Issue in webpack build

Open mgreer opened this issue 7 years ago • 1 comments

Works fine running straight, but when running through Babel throws this error:

modulesModuleNotFoundError: Module not found: Error: Can't resolve './build/Release/farmhash' in '[path-to-project]/node_modules/farmhash'

mgreer avatar Apr 21 '17 17:04 mgreer

Had same error - I've used example from https://github.com/petermikitsh/react-ssr-optimization-demo and it's now working

rroslaniec avatar Jun 22 '17 09:06 rroslaniec