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

Add warning about auto-packing when using yarn #318

Merged
merged 1 commit into from
Feb 6, 2018

Conversation

dpiatek
Copy link
Contributor

@dpiatek dpiatek commented Feb 4, 2018

What did you implement:

Closes #316

How did you implement it:

Docs update.

How can we verify it:

Check statements and spelling 👨‍🏫

Todos:

  • Write documentation

Is this ready for review?: YES
Is it a breaking change?: NO

@HyperBrain
Copy link
Member

@dpiatek 👍 That should be good to let people know about the issue upfront.

@HyperBrain
Copy link
Member

BTW: Check statements and spelling 👨‍🏫 ... I'm the wrong one to check the spelling (non-native speaker) but I saw the new statements 😄

README.md Outdated
@@ -210,6 +210,12 @@ custom:
```
> Note that only relative path is supported at the moment.

#### Usage with yarn

Note that if auto-packing is enabled, the plugin will call `npm install`. If you are using yarn your `yarn.lock` file will be not be honored, which might lead to unexpected results as your dependencies will most likely not match (or be missing, as npm does not install packages in the same as npm).
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this be [...] install packages in the same *way as yarn*?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can't believe I did not see that, fixed!

@HyperBrain HyperBrain added this to the 4.3.0 milestone Feb 6, 2018
@HyperBrain HyperBrain merged commit 34dc85c into serverless-heaven:master Feb 6, 2018
jamesmbourne pushed a commit to jamesmbourne/serverless-webpack that referenced this pull request Oct 15, 2019
…-note

Add warning about auto-packing when using yarn
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