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

Commit

Permalink
chore: drop support for webpack < 4 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Dec 20, 2018
1 parent b603665 commit 16bc97c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@

A loader for webpack which transforms files into base64 URIs.

## Requirements

This module requires a minimum of Node v6.9.0 and Webpack v4.0.0.

## Getting Started

To begin, you'll need to install `url-loader`:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dist"
],
"peerDependencies": {
"webpack": "^3.0.0 || ^4.0.0"
"webpack": "^4.0.0"
},
"dependencies": {
"loader-utils": "^1.1.0",
Expand Down

0 comments on commit 16bc97c

Please sign in to comment.