mjohnston / react-native-webpack-server

Build React Native apps with Webpack
MIT License
933 stars 84 forks source link

debuggerWorker.js:18 Uncaught Error: Script error. #123

Closed RyGuyM closed 8 years ago

RyGuyM commented 8 years ago
Error: Script error.messageHandlers.executeApplicationScript @ debuggerWorker.js:18onmessage @ debuggerWorker.js:42

I just upgraded my React Native version to 0.13.2 and my React Native Webpack Server version to 0.8.0. Everything seems fine other than I'm getting the error above and a white screen in simulator.

I'm not using hot module replacement so I thought it should work fine. Any ideas?

RyGuyM commented 8 years ago

It looks like this was a problem with my webpack config. Previously I had a loader set up to handle react-native-vector-icons packager. I dropped that loader and just whitelisted that node module and it seemed to resolve the issue.