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

fix(pnp-plugin): always resolve pnpapi for issuer #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jgornick
Copy link
Owner

@jgornick jgornick commented Oct 7, 2021

No description provided.

lib/PnpPlugin.js Outdated
const fs = require("fs");
const path = require("path");
const findAncestorFile = (filename, cwd) => {
if (cwd === "/") {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This check should go before calling findAncestorFile again.

@jgornick
Copy link
Owner Author

jgornick commented Oct 7, 2021

Trying another approach to webpack#301

@jgornick jgornick force-pushed the pr-301-non-pnp-to-pnp branch from f3e8b17 to 38c0ce6 Compare October 8, 2021 16:46
@jgornick jgornick force-pushed the pr-301-non-pnp-to-pnp branch from 38c0ce6 to 9cd6ef0 Compare October 8, 2021 16:57
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