Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Read only option #61

Merged
merged 7 commits into from
Jan 30, 2019
Merged

Read only option #61

merged 7 commits into from
Jan 30, 2019

Conversation

mistic
Copy link
Collaborator

@mistic mistic commented Jan 30, 2019

In some environments it useful to not write anything the cache and just using it in read-only mode ( for example in a CI environment or even in a production environment running the webpack build for some reason ).

This PR along with other already merged (#49) will gave us the ability to run cache-loader, with pre-built caches, in almost every environment we wanna use it.

/CC @evilebottnawi

@codecov
Copy link

codecov bot commented Jan 30, 2019

Codecov Report

Merging #61 into master will decrease coverage by 2.02%.
The diff coverage is 37.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   58.47%   56.45%   -2.03%     
==========================================
  Files           2        2              
  Lines         118      124       +6     
  Branches       17       19       +2     
==========================================
+ Hits           69       70       +1     
- Misses         42       46       +4     
- Partials        7        8       +1
Impacted Files Coverage Δ
src/index.js 56.91% <37.5%> (-2.07%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e764087...c06e678. Read the comment docs.

@alexander-akait
Copy link
Member

I think we need more test, but let's do this in other PR

@mistic mistic merged commit 4fb8478 into webpack-contrib:master Jan 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants