If you work on the front-end of a site in any capacity – be it for a plugin, a theme, or even something outside of WordPress – you’re likely working with minification tools.
The benefits are obvious, right?
- it lessens the payload,
- it allows us to focus on development on our local environments
But one of the features that come with working with these technologies and that’s the ability to generate source maps.
And this raises a question (or maybe two): What are source maps? And are they even needed?
You can claim it’s late to the game to talk about this, but there are always people entering the industry that may not know this material.
So why not cover it?