Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix source maps for development builds (#1772)
Let's have Browserify generate source maps again for development builds, they make debugging the code a lot easier. But let's keep them off for production builds, since the background.js bundle grows from ~2 MB to ~5 MB when we add them.
- Loading branch information