Closed bz2 closed 6 years ago
No effect on the contents of the minified source, but stripping the embedded sourcemap greatly reduces the size of the plain concat file and the final sourcemap generated.
dist ├── [ 4096] maps │ └── [ 556070] stackdriver-errors-concat.min.js.map ├── [ 481871] stackdriver-errors-concat.js └── [ 50790] stackdriver-errors-concat.min.js
dist/ ├── [ 4096] maps │ └── [ 464091] stackdriver-errors-concat.min.js.map ├── [ 192267] stackdriver-errors-concat.js └── [ 50790] stackdriver-errors-concat.min.js
No effect on the contents of the minified source, but stripping the embedded sourcemap greatly reduces the size of the plain concat file and the final sourcemap generated.
before
after