Skip to content

docs(guides): change var to let and move lodash under dependencies #2409

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

Merged
merged 7 commits into from
Aug 6, 2018

Conversation

sudarsangp
Copy link
Contributor

No description provided.

@sudarsangp sudarsangp changed the title docs(guides): change var to let docs(guides): change var to let and move lodash under dependencies Jul 30, 2018
Copy link
Member

@Legends Legends left a comment

Choose a reason for hiding this comment

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

// Lodash, now imported by this script

Remove this comment, in this case it is not necessary anymore, as everybody can see that it is imported.

@@ -148,7 +148,7 @@ __src/index.js__
+ import _ from 'lodash';
+
function component() {
var element = document.createElement('div');
let element = document.createElement('div');

- // Lodash, currently included via a script, is required for this line to work
+ // Lodash, now imported by this script
Copy link
Member

Choose a reason for hiding this comment

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

Remove this comment completely.

@montogeek montogeek closed this Aug 6, 2018
@montogeek montogeek reopened this Aug 6, 2018
@montogeek
Copy link
Member

montogeek commented Aug 6, 2018

@sudarsangp Please sign CLA.

@sudarsangp
Copy link
Contributor Author

@montogeek signed already
image

@montogeek montogeek merged commit ad8df9b into webpack:master Aug 6, 2018
@montogeek
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants