Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Revert "refactor: new cache implementation (#320)"
Browse files Browse the repository at this point in the history
This reverts commit acae2be.
  • Loading branch information
ricardogobbosouza committed Apr 19, 2020
1 parent acae2be commit 9b68824
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 267 deletions.
108 changes: 50 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -41,8 +41,8 @@
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"find-cache-dir": "^3.3.1",
"fs-extra": "^9.0.0",
"loader-fs-cache": "^1.0.3",
"loader-utils": "^2.0.0",
"object-hash": "^2.0.3",
"schema-utils": "^2.6.5"
Expand Down Expand Up @@ -70,6 +70,7 @@
"jest": "^25.2.6",
"jest-junit": "^10.0.0",
"lint-staged": "^10.1.1",
"mkdirp": "^1.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"standard-version": "^7.1.0",
Expand Down
187 changes: 0 additions & 187 deletions src/cache.js

This file was deleted.

0 comments on commit 9b68824

Please sign in to comment.