Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use loaderContext fs #105

Merged
merged 1 commit into from
May 23, 2020
Merged

feat: use loaderContext fs #105

merged 1 commit into from
May 23, 2020

Conversation

cap-Bernardito
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Use loaderContext fs
Fixes #2

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented May 23, 2020

Codecov Report

Merging #105 into master will decrease coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
- Coverage   93.47%   93.43%   -0.05%     
==========================================
  Files           3        3              
  Lines         138      137       -1     
  Branches       29       29              
==========================================
- Hits          129      128       -1     
  Misses          9        9              
Impacted Files Coverage Δ
src/index.js 97.67% <100.00%> (ø)
src/utils.js 91.66% <100.00%> (-0.18%) ⬇️

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 01b3812...5db0755. Read the comment docs.

@alexander-akait alexander-akait merged commit 1e785a1 into webpack-contrib:master May 23, 2020
@cap-Bernardito cap-Bernardito deleted the feat-replace-fs branch May 26, 2020 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

This uses node fs directly to read JS and sourcemap files
2 participants