I found a community supported react-native bundler...
# javascript
s
I found a community supported react-native bundler that uses webpack instead of facebooks custom bundler: https://github.com/callstack/haul . How do I get webpack to recognize and pull in my sourcemaps?
a
I think you might be looking for this: https://webpack.js.org/loaders/source-map-loader/
s
that is what I needed! Thanks!