Why inline source maps?

I searched around and the only reason I could see that people inline source maps is for use in development. Inlined source maps should not be used in production. The rational for inlining the source maps with your minified files is that the browser is parsing the exact same JavaScript in development and production. Some … Read more