Skip to content

Commit

Permalink
feat!: esbuild as a peer dependency (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 27, 2020
1 parent 1f180be commit 091d9ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Speed up your Webpack build with [esbuild](https://github.com/evanw/esbuild)!
## 🚀 Install

```bash
npm i -D esbuild-loader
npm i -D esbuild esbuild-loader
```

## 🚦 Quick Setup
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@
]
},
"dependencies": {
"esbuild": "^0.7.3",
"loader-utils": "^2.0.0",
"webpack-sources": "^2.0.0"
},
"peerDependencies": {
"esbuild": ">=0.6.23 <1.0.0",
"webpack": "^4.40.0 || ^5.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"esbuild": "^0.7.3",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.4.0",
Expand Down

0 comments on commit 091d9ba

Please sign in to comment.