From 09f8d049097935f0f92ed1b383bde8d83bba9ba6 Mon Sep 17 00:00:00 2001 From: bhavya chawla Date: Tue, 12 Feb 2019 10:25:53 +0530 Subject: [PATCH 1/5] docs: correct grammar --- src/content/api/hot-module-replacement.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/api/hot-module-replacement.md b/src/content/api/hot-module-replacement.md index 8664fe28987a..342633a374b3 100644 --- a/src/content/api/hot-module-replacement.md +++ b/src/content/api/hot-module-replacement.md @@ -65,7 +65,7 @@ module.hot.decline( ); ``` -Flag a dependency as not-update-able. This makes sense when changing exports of this dependency can be handled or handling is not implemented yet. Depending on your HMR management code an update to this dependencies (or unaccepted dependencies of it) usually causes a full-reload of the page. +Flag a dependency as not-update-able. This makes sense when changing exports of this dependency can be handled or handling is not implemented yet. Depending on your HMR management code an update to these dependencies (or unaccepted dependencies of it) usually causes a full-reload of the page. ### `decline` (self) @@ -75,7 +75,7 @@ Reject updates for itself. module.hot.decline(); ``` -Flag this module as not-update-able. This make sense when this module has inrevertable side-effects, or HMR handling is not implemented for this module yet. Depending on your HMR management code an update to this module (or unaccepted dependencies) usually causes a full-reload of the page. +Flag this module as not-update-able. This makes sense when this module has irreversible side-effects, or HMR handling is not implemented for this module yet. Depending on your HMR management code an update to this module (or unaccepted dependencies) usually causes a full-reload of the page. ### `dispose` (or `addDisposeHandler`) @@ -114,7 +114,7 @@ module.hot.status(); // Will return one of the following strings... | ready | The update is prepared and available | | dispose | The process is calling the `dispose` handlers on the modules that will be replaced | | apply | The process is calling the `accept` handlers and re-executing self-accepted modules | -| abort | An update was aborted, but the system is still in it's previous state | +| abort | An update was aborted, but the system is still in its previous state | | fail | An update has thrown an exception and the system's state has been compromised | From b65eb4fca0c58a1d7d066f0ce406fa2d709a8b5e Mon Sep 17 00:00:00 2001 From: bhavya chawla Date: Thu, 14 Feb 2019 21:53:24 +0530 Subject: [PATCH 2/5] docs: correct grammar --- src/content/contribute/index.md | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/content/contribute/index.md b/src/content/contribute/index.md index b7584a5e7c25..d65b85265cf8 100644 --- a/src/content/contribute/index.md +++ b/src/content/contribute/index.md @@ -2,19 +2,19 @@ title: Contribute sort: 1 contributors: - - rouzbeh84 - - scottdj92 - - harrynewsome - - dhedgecock - - tbroadley +  - rouzbeh84 +  - scottdj92 +  - harrynewsome +  - dhedgecock +  - tbroadley --- -The people who contribute to webpack do so for the love of open source, our users and ecosystem, and most importantly, pushing the web forward together. Because of our [Open Collective](https://opencollective.com/webpack) model for funding and transparency, we are able to funnel support and funds through contributors, dependent projects, and the contributor and core teams. To make a donation, simply click the button below... +The people who contribute to webpack do so for the love of open source, our users and ecosystem, and most importantly, pushing the web forward together. Because of our [Open Collective](https://opencollective.com/webpack) model for funding and transparency, we are able to funnel support and funds through contributors, dependent projects, and the contributor and core teams. To make a donation, simply click the button below...
- - - +   
But what is the return on the investment? @@ -22,26 +22,26 @@ But what is the return on the investment? ## Developers -The biggest core feature we'd like to provide is enjoyable development experience. Developers like you can help by contributing to rich and vibrant documentation, issuing pull requests to help us cover niche use cases, and to help sustain what you love about webpack. +The biggest core feature we’d like to provide is an enjoyable development experience. Developers like you can help by contributing to rich and vibrant documentation, issuing pull requests to help us cover niche use cases, and to help sustain what you love about webpack. ### How Can I Help? -Anybody can help by doing any of the following: +Anybody can help by doing any of the following: - Ask your employer to use webpack in projects. -- Help us write and maintain the content on this site (see the [writer's guide](/writers-guide)). +- Help us write and maintain the content on this site (see the [writer’s guide](/writers-guide)). - Contribute to the [core repository](https://github.com/webpack/webpack). - Become a backer or sponsor on [open collective](https://opencollective.com/webpack#support). ### Encouraging Employers -You can ask your employer to improve your workflow by leveraging webpack: an all-in-one tool for fonts, images and image optimization, and json. Explain to them how webpack will attempt to bundle your code and assets the best it can for the smallest file size, leading to speedier sites and applications. +You can ask your employer to improve your workflow by leveraging webpack: an all-in-one tool for fonts, images and image optimization, and JSON. Explain to them how webpack will attempt to bundle your code and assets the best it can for the smallest file size, leading to speedier sites and applications. ### Your Contributions -Contributing to webpack is not contributing to an exclusive club. You as a developer are contributing to the overall health of downstream projects. Hundreds, if not thousands, of projects depend on webpack and contributing will make the ecosystem better for all users. +Contributing to webpack is not contributing to an exclusive club. You as a developer are contributing to the overall health of downstream projects. Hundreds, if not thousands, of projects, depending on webpack and contributing will make the ecosystem better for all users. -The remainder of this section of the site is dedicated to developers such as yourself who would like to become a part of our ever-growing community: +The remainder of this section of the site is dedicated to developers such as yourself who would like to become a part of our ever-growing community: - [Writing a Loader](/contribute/writing-a-loader) - [Writing a Plugin](/contribute/writing-a-plugin) @@ -51,7 +51,7 @@ The remainder of this section of the site is dedicated to developers such as you ## Executives -CTO's, VPs, and owners can help too! +CTO’s, VPs, and owners can help too! @@ -64,10 +64,10 @@ Aside from monetary assistance, companies can support webpack by: - Providing developers that are not actively working on a project. - Contributing computing power for improved CI and regression testing. -You can also encourage your developers to contribute to the ecosystem by open-sourcing webpack loaders, plugins and other utilities. And, as mentioned above, we would greatly appreciate any help increasing our CI/CD infrastructure. +You can also encourage your developers to contribute to the ecosystem by open-sourcing webpack loaders, plugins and other utilities. And, as mentioned above, we would greatly appreciate any help in increasing our CI/CD infrastructure. ### Anyone Else -To anyone else who is interested in helping our mission -- e.g. venture capitalists, government entities, digital agencies, etc. -- we would love for you to work with us, one of the top npm packages, to improve your product! Please don't hesitate to reach out with questions. +To anyone else who is interested in helping our mission -- e.g. venture capitalists, government entities, digital agencies, etc. -- we would love for you to work with us, one of the top npm packages, to improve your product! Please don’t hesitate to reach out with questions. From 5b4b4092d1af5d7d284335eab8a300b9e82ff51b Mon Sep 17 00:00:00 2001 From: bhavya chawla Date: Sat, 16 Feb 2019 10:38:28 +0530 Subject: [PATCH 3/5] docs: correct grammar --- src/content/contribute/index.md | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/content/contribute/index.md b/src/content/contribute/index.md index d65b85265cf8..18f0a58fe0d6 100644 --- a/src/content/contribute/index.md +++ b/src/content/contribute/index.md @@ -2,19 +2,19 @@ title: Contribute sort: 1 contributors: -  - rouzbeh84 -  - scottdj92 -  - harrynewsome -  - dhedgecock -  - tbroadley + - rouzbeh84 + - scottdj92 + - harrynewsome + - dhedgecock + - tbroadley --- -The people who contribute to webpack do so for the love of open source, our users and ecosystem, and most importantly, pushing the web forward together. Because of our [Open Collective](https://opencollective.com/webpack) model for funding and transparency, we are able to funnel support and funds through contributors, dependent projects, and the contributor and core teams. To make a donation, simply click the button below... +The people who contribute to webpack do so for the love of open source, our users and ecosystem, and most importantly, pushing the web forward together. Because of our [Open Collective](https://opencollective.com/webpack) model for funding and transparency, we are able to funnel support and funds through contributors, dependent projects, and the contributor and core teams. To make a donation, simply click the button below...
-    + + +
But what is the return on the investment? @@ -22,26 +22,26 @@ But what is the return on the investment? ## Developers -The biggest core feature we’d like to provide is an enjoyable development experience. Developers like you can help by contributing to rich and vibrant documentation, issuing pull requests to help us cover niche use cases, and to help sustain what you love about webpack. +The biggest core feature we'd like to provide is an enjoyable development experience. Developers like you can help by contributing to rich and vibrant documentation, issuing pull requests to help us cover niche use cases, and to help sustain what you love about webpack. ### How Can I Help? -Anybody can help by doing any of the following: +Anybody can help by doing any of the following: - Ask your employer to use webpack in projects. -- Help us write and maintain the content on this site (see the [writer’s guide](/writers-guide)). +- Help us write and maintain the content on this site (see the [writer's guide](/writers-guide)). - Contribute to the [core repository](https://github.com/webpack/webpack). - Become a backer or sponsor on [open collective](https://opencollective.com/webpack#support). ### Encouraging Employers -You can ask your employer to improve your workflow by leveraging webpack: an all-in-one tool for fonts, images and image optimization, and JSON. Explain to them how webpack will attempt to bundle your code and assets the best it can for the smallest file size, leading to speedier sites and applications. +You can ask your employer to improve your workflow by leveraging webpack: an all-in-one tool for fonts, images and image optimization, and json. Explain to them how webpack will attempt to bundle your code and assets the best it can for the smallest file size, leading to speedier sites and applications. ### Your Contributions -Contributing to webpack is not contributing to an exclusive club. You as a developer are contributing to the overall health of downstream projects. Hundreds, if not thousands, of projects, depending on webpack and contributing will make the ecosystem better for all users. +Contributing to webpack is not contributing to an exclusive club. You as a developer are contributing to the overall health of downstream projects. Hundreds, if not thousands, of projects depend on webpack and contributing will make the ecosystem better for all the users. -The remainder of this section of the site is dedicated to developers such as yourself who would like to become a part of our ever-growing community: +The remainder of this section of the site is dedicated to developers such as yourself who would like to become a part of our ever-growing community: - [Writing a Loader](/contribute/writing-a-loader) - [Writing a Plugin](/contribute/writing-a-plugin) @@ -51,7 +51,7 @@ The remainder of this section of the site is dedicated to developers such as you ## Executives -CTO’s, VPs, and owners can help too! +CTO's, VPs, and owners can help too! @@ -64,10 +64,10 @@ Aside from monetary assistance, companies can support webpack by: - Providing developers that are not actively working on a project. - Contributing computing power for improved CI and regression testing. -You can also encourage your developers to contribute to the ecosystem by open-sourcing webpack loaders, plugins and other utilities. And, as mentioned above, we would greatly appreciate any help in increasing our CI/CD infrastructure. +You can also encourage your developers to contribute to the ecosystem by open-sourcing webpack loaders, plugins and other utilities. And, as mentioned above, we would greatly appreciate any help in increasing our CI/CD infrastructure. ### Anyone Else -To anyone else who is interested in helping our mission -- e.g. venture capitalists, government entities, digital agencies, etc. -- we would love for you to work with us, one of the top npm packages, to improve your product! Please don’t hesitate to reach out with questions. +To anyone else who is interested in helping our mission -- e.g. venture capitalists, government entities, digital agencies, etc. -- we would love for you to work with us, one of the top npm packages, to improve your product! Please don't hesitate to reach out with questions. From 5fe095b0e55a27662f9b38e0f17827990f73f526 Mon Sep 17 00:00:00 2001 From: bhavya chawla Date: Sat, 16 Feb 2019 10:52:53 +0530 Subject: [PATCH 4/5] docs: correct grammar --- src/content/contribute/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/contribute/debugging.md b/src/content/contribute/debugging.md index 8312b9b0c945..661bfee7ed0d 100644 --- a/src/content/contribute/debugging.md +++ b/src/content/contribute/debugging.md @@ -14,7 +14,7 @@ related: url: https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27 --- -When contributing to the core repo, writing a loader/plugin, or even just working on complex project, debugging tools can be central to your workflow. Whether the problem is slow performance on a large project or an unhelpful traceback, the following utilities can make figuring it out less painful. +When contributing to the core repo, writing a loader/plugin, or even just working on a complex project, debugging tools can be central to your workflow. Whether the problem is slow performance on a large project or an unhelpful traceback, the following utilities can make figuring it out less painful. - The [`stats` data](/api/stats) made available through [Node](/api/node#stats-object) and the [CLI](/api/cli#common-options). - Chrome __DevTools__ via `node-nightly` and the latest Node.js versions. @@ -54,7 +54,7 @@ Now, we'll need to run it once to finish the installation: node-nightly ``` -Now, we can simply use `node-nightly` along with the `--inspect` flag to start our build in any webpack-based project. Note that we cannot run NPM `scripts`, e.g. `npm run build`, so we'll have specify the full `node_modules` path: +Now, we can simply use `node-nightly` along with the `--inspect` flag to start our build in any webpack-based project. Note that we cannot run NPM `scripts`, e.g. `npm run build`, so we'll have specified the full `node_modules` path: ``` bash node-nightly --inspect ./node_modules/webpack/bin/webpack.js From c6c648fc188f410a73f30242eea0dfef217339fa Mon Sep 17 00:00:00 2001 From: bhavya chawla Date: Sun, 24 Feb 2019 11:10:08 +0530 Subject: [PATCH 5/5] docs: debugging --- src/content/contribute/debugging.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/contribute/debugging.md b/src/content/contribute/debugging.md index 661bfee7ed0d..c8198b7f93cc 100644 --- a/src/content/contribute/debugging.md +++ b/src/content/contribute/debugging.md @@ -5,6 +5,7 @@ contributors: - skipjack - tbroadley - madhavarshney + - bhavya9107 related: - title: Learn and Debug webpack with Chrome DevTools! url: https://medium.com/webpack/webpack-bits-learn-and-debug-webpack-with-chrome-dev-tools-da1c5b19554 @@ -54,7 +55,7 @@ Now, we'll need to run it once to finish the installation: node-nightly ``` -Now, we can simply use `node-nightly` along with the `--inspect` flag to start our build in any webpack-based project. Note that we cannot run NPM `scripts`, e.g. `npm run build`, so we'll have specified the full `node_modules` path: +Now, we can simply use `node-nightly` along with the `--inspect` flag to start our build in any webpack-based project. Note that we cannot run NPM `scripts`, e.g. `npm run build`, so we'll have to specify the full `node_modules` path: ``` bash node-nightly --inspect ./node_modules/webpack/bin/webpack.js