As it turnes out browserify does not attempts to combine sourcemaps if source has it's
maps specified via //# sourceMappingURL rather that //@ sourceMappingURL. Note that former is a standard according to latest spec & firefox will complain if @ is used instead of #. Actual example can be found under #528
As it turnes out browserify does not attempts to combine sourcemaps if source has it's
maps specified via
//# sourceMappingURLrather that//@ sourceMappingURL. Note that former is a standard according to latest spec & firefox will complain if@is used instead of#. Actual example can be found under #528