Can u provide write and read options to override default behavior
- Dominant language
- JavaScript
- Stars
- 4.8k
- Forks
- 456
- Avg merge
- 9h 19m
- Merged PRs (30d)
- 2
Description
**Webpack Version:**
4
**Babel Core Version**:
7
**Babel Loader Version**:
8
**Please tell us about your environment:**
Macos
**What is the expected behavior?**
Just like [cache-loader](https://github.com/webpack-contrib/cache-loader#options) that provide `read` and `write` options. I can cache my data to redis or memcache even memory to make webpack rebuild faster.
Contributor guide
Research direction
Start by reviewing Babel loader's current caching behavior and the cache-loader options linked in the issue. Determine the entry point and configuration path that would need to accept read and write callbacks, then verify that callers can use Redis, memcache, or memory-backed storage to speed up webpack rebuilds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100