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

Replace localRequire with the import-cwd package #85

Merged
merged 1 commit into from
Mar 14, 2018
Merged

Replace localRequire with the import-cwd package #85

merged 1 commit into from
Mar 14, 2018

Conversation

swansontec
Copy link
Contributor

This package uses a more-accurate module resolution algorithm. It's basically just a wrapper around the import-from package @egoist suggested in #84, by the same author.

This package uses a more-accurate module resolution algorithm.
@codecov
Copy link

codecov bot commented Mar 14, 2018

Codecov Report

Merging #85 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   95.38%   95.36%   -0.03%     
==========================================
  Files           9        8       -1     
  Lines         195      194       -1     
  Branches       66       66              
==========================================
- Hits          186      185       -1     
  Misses          9        9
Impacted Files Coverage Δ
src/less-loader.js 100% <100%> (ø) ⬆️
src/sass-loader.js 92.85% <100%> (ø) ⬆️
src/stylus-loader.js 100% <100%> (ø) ⬆️
src/postcss-loader.js 95.71% <100%> (ø) ⬆️

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 c95fd10...94fdddb. Read the comment docs.

@egoist egoist merged commit df195e2 into egoist:master Mar 14, 2018
bung87 pushed a commit to bung87/rollup-plugin-postcss that referenced this pull request Dec 3, 2019
This package uses a more-accurate module resolution algorithm.
This pull request was closed.
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.

2 participants