You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use livereactload with a React app (0.14.7) with mapbox-gl-js I get errors with Web Workers (which mapbox-gl-js uses webworkify to create). I don't really know enough about how livereactload works to debug further. It seems to be related to module detection and browserify wrapping in the web worker? Without livereactload everything works fine. I am using babelify, seeing this in both babel v5 & v6, and both using ES2015 and CommonJS module syntax.
The text was updated successfully, but these errors were encountered:
When I use
livereactload
with a React app (0.14.7) withmapbox-gl-js
I get errors with Web Workers (whichmapbox-gl-js
useswebworkify
to create). I don't really know enough about howlivereactload
works to debug further. It seems to be related to module detection and browserify wrapping in the web worker? Withoutlivereactload
everything works fine. I am using babelify, seeing this in both babel v5 & v6, and both using ES2015 and CommonJS module syntax.The text was updated successfully, but these errors were encountered: