Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

fix: do not match too many characters when removing sourceMappingURL … #286

Merged
merged 4 commits into from Sep 22, 2020

Commits on Sep 10, 2020

  1. fix: do not match too many characters when removing sourceMappingURL …

    …comment
    
    a sourceMappingURL comment may be created by another loader and this removes it again, but too many
    characters are removed, thus uncommenting a different line that contains invalid javascript
    
    Closes #285
    schl3ck committed Sep 10, 2020
    Copy the full SHA
    d867e25 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Copy the full SHA
    be26e4d View commit details
    Browse the repository at this point in the history
  2. fix: sourceMappingURL regex matches whitespace and quotes after backs…

    …lashes when it shouldn't
    
    The regex is also much more readable
    schl3ck committed Sep 11, 2020
    Copy the full SHA
    7a044cb View commit details
    Browse the repository at this point in the history
  3. test(inline-option): don't fail on correct multiline comment

    Fix failing test when `sourceURL=webpack-internal:///...` is inside a multiline comment
    schl3ck committed Sep 11, 2020
    Copy the full SHA
    e793510 View commit details
    Browse the repository at this point in the history