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: bholloway/resolve-url-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.2
Choose a base ref
...
head repository: bholloway/resolve-url-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 1, 2021

  1. Copy the full SHA
    b9028b3 View commit details
  2. 3.1.3

    bholloway committed May 1, 2021
    Copy the full SHA
    5b9d127 View commit details
Showing with 10 additions and 3 deletions.
  1. +6 −0 packages/resolve-url-loader/README.md
  2. +4 −3 packages/resolve-url-loader/package.json
6 changes: 6 additions & 0 deletions packages/resolve-url-loader/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
> **I M P O R T A N T**
>
> Version 4 release is imminent. Please try it. More info on the [homepage](https://github.com/bholloway/resolve-url-loader).
>
> Version 3 is now in maintenance mode.
# Resolve URL Loader

[![NPM](https://nodei.co/npm/resolve-url-loader.png)](https://www.npmjs.com/package/resolve-url-loader)
7 changes: 4 additions & 3 deletions packages/resolve-url-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "resolve-url-loader",
"version": "3.1.2",
"version": "3.1.3",
"description": "Webpack loader that resolves relative paths in url() statements based on the original source file",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bholloway/resolve-url-loader.git"
"url": "git+https://github.com/bholloway/resolve-url-loader.git",
"directory": "packages/resolve-url-loader"
},
"keywords": [
"webpack",
@@ -24,7 +25,7 @@
"bugs": {
"url": "https://github.com/bholloway/resolve-url-loader/issues"
},
"homepage": "https://github.com/bholloway/resolve-url-loader",
"homepage": "https://github.com/bholloway/resolve-url-loader/tree/v3-maintenance/packages/resolve-url-loader",
"engines": {
"node": ">=6.0.0"
},