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

Commit

Permalink
fix: yarn pnp support (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Oct 4, 2019
1 parent 9431124 commit 196110e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -34,7 +34,13 @@
"dist"
],
"peerDependencies": {
"webpack": "^4.0.0"
"webpack": "^4.0.0",
"file-loader": "*"
},
"peerDependenciesMeta": {
"file-loader": {
"optional": true
}
},
"dependencies": {
"loader-utils": "^1.2.3",
Expand Down

0 comments on commit 196110e

Please sign in to comment.