Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webpack-contrib/source-map-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: webpack-contrib/source-map-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 10, 2021

  1. Copy the full SHA
    e2d0c7b View commit details
  2. chore(release): 2.0.1

    alexander-akait committed Feb 10, 2021
    Copy the full SHA
    868948f View commit details
Showing with 16,132 additions and 5,155 deletions.
  1. +7 −0 CHANGELOG.md
  2. +16,099 −5,137 package-lock.json
  3. +11 −12 package.json
  4. +14 −6 src/utils.js
  5. +1 −0 test/loader.test.js
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.1](https://github.com/webpack-contrib/source-map-loader/compare/v2.0.0...v2.0.1) (2021-02-10)

### Bug Fixes

* switch from `source-map` to `source-map-js` package (perf increase)
* fix watch with invalid `sourceURL`

## [2.0.0](https://github.com/webpack-contrib/source-map-loader/compare/v1.1.3...v2.0.0) (2020-12-24)


Loading