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

Yarn resolution not updated using file: #1192

Open
Hideman85 opened this issue Jul 7, 2022 · 0 comments
Open

Yarn resolution not updated using file: #1192

Hideman85 opened this issue Jul 7, 2022 · 0 comments

Comments

@Hideman85
Copy link

I have the following:

.
├── blankModule
│   ├── blank.js
│   └── package.json
├── jest.config.js
├── node_modules
├── package.json
├── src
├── webpack.config.js
└── yarn.lock


// package.json
{
  //  ...
  "resolutions": {
    "blank": "file:./blankModule"
  }
}


$ yarn serverless webpack --out .webpack

// .webpack/dependencies/package.json
{
  //  ...
  "resolutions": {
    "blank": "file:./blankModule" // Should be updated to "file:../../blankModule"
  }
}

I see from the readme that local-modules are supported and I'm seeing the resolution is copied but does not seem updated 🤔

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

No branches or pull requests

1 participant