Join Slack
Powered by
I found a community supported react-native bundler...
# javascript
s
spierce7
01/18/2018, 3:42 PM
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
anton.bannykh
01/18/2018, 4:42 PM
I think you might be looking for this:
https://webpack.js.org/loaders/source-map-loader/
s
spierce7
01/18/2018, 7:22 PM
that is what I needed! Thanks!
2
Views
Open in Slack
Previous
Next