You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-12Lines changed: 33 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@ within webpack itself use this plugin interface. This makes webpack very
69
69
|:--:|:----:|:----------|
70
70
|[common-chunks-webpack-plugin][common]|![common-npm]|Generates chunks of common modules shared between entry points and splits them into separate bundles (e.g vendor.bundle.js && app.bundle.js)|
71
71
|[extract-text-webpack-plugin][extract]|![extract-npm]|Extracts Text (CSS) from your bundles into a separate file (app.bundle.css)|
72
-
|[component-webpack-plugin][component]|![component-npm]|Use components with webpack|
73
72
|[compression-webpack-plugin][compression]|![compression-npm]|Prepare compressed versions of assets to serve them with Content-Encoding|
74
73
|[i18n-webpack-plugin][i18n]|![i18n-npm]|Adds i18n support to your bundles|
75
74
|[html-webpack-plugin][html-plugin]|![html-plugin-npm]| Simplifies creation of HTML files (`index.html`) to serve your bundles|
@@ -191,8 +190,6 @@ or are automatically applied via regex from your webpack configuration.
191
190
|<ahref="https://github.com/webpack/mocha-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/mocha.svg"></a>|![mocha-npm]|Tests with mocha (Browser/NodeJS)|
192
191
|<ahref="https://github.com/MoOx/eslint-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/eslint.svg"></a>|![eslint-npm]|PreLoader for linting code using ESLint|
193
192
|<ahref="https://github.com/webpack/jslint-loader"><imgwidth="48"height="48"src="http://jshint.com/res/jshint-dark.png"></a>|![jshint-npm]|PreLoader for linting code using JSHint|
194
-
|<ahref="https://github.com/unindented/jscs-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/jscs.svg"></a>|![jscs-npm]|PreLoader for code style checking using JSCS|
Most of the time, if webpack is not working correctly for you it is a simple configuration issue.
241
+
**We want contributing to webpack to be fun, enjoyable, and educational for anyone, and everyone.** We have a [vibrant ecosystem](https://medium.com/webpack/contributors-guide/home) that spans beyond this single repo. We welcome you to check out any of the repositories in [our organization](http://github.com/webpack) or [webpack-contrib organization](http://github.com/webpack-contrib) which houses all of our loaders and plugins.
242
+
243
+
Contributions go far beyond pull requests and commits. Although we love giving you the opportunity to put your stamp on webpack, we also are thrilled to receive a variety of other contributions including:
244
+
245
+
*[Documentation](https://github.com/webpack/webpack.js.org) updates, enhancements, designs, or bugfixes
246
+
* Spelling or grammar fixes
247
+
* README.md corrections or redesigns
248
+
* Adding unit, or functional tests
249
+
* Triaging GitHub issues -- especially determining whether an issue still persists or is reproducible.
250
+
*[Searching #webpack on twitter](https://twitter.com/search?q=webpack) and helping someone else who needs help
251
+
* Teaching others how to contribute to one of the many webpack repo's!
252
+
*[Blogging, speaking about, or creating tutorials](https://github.com/webpack-contrib/awesome-webpack) about one of webpack's many features.
253
+
* Helping others in our webpack [gitter channel](https://gitter.im/webpack/webpack).
254
+
255
+
If you are worried or don't know where to start, you can **always** reach out to [Sean Larkin (@TheLarkInn) on Twitter](https://twitter.com/thelarkinn) or simply submit an issue and a maintainer can help give you guidance!
256
+
257
+
We have also started a series on our [Medium Publication](https://medium.com/webpack) called [The Contributor's Guide to webpack](https://medium.com/webpack/contributors-guide/home). We welcome you to read it and post any questions or responses if you still need help.
258
+
259
+
_Looking to speak about webpack?_ We'd **love** to review your talk abstract/CFP! You can email it to webpack [at] opencollective [dot] com and we can give pointers or tips!!!
260
+
261
+
<h3align="center">Creating your own plugins and loaders</h3>
262
+
263
+
If you create a loader or plugin, we would <3 for you to open source it, and put it on npm. We follow the `x-loader`, `x-webpack-plugin` naming convention.
264
+
265
+
<h2align="center">Support</h2>
266
+
267
+
We consider webpack to be a low-level tool used not only individuals but also layered beneath other awesome tools. Because of it's flexibility, webpack isn't always the _easiest_ entry-level solution, however we do believe it is the most powerful. That said, we're always looking for ways improve and simplify the tool without compromising functionality. If you have any ideas on ways to accomplish this, we're all ears!
245
268
246
-
If you are still having difficulty after looking over your configuration carefully, please post
247
-
a question to [StackOverflow with the webpack tag](https://stackoverflow.com/tags/webpack). Questions
248
-
that include your webpack.config.js and relevant files are more likely to receive responses.
269
+
If you're just getting started, take a look at [our new docs and concepts page](https://webpack.js.org/concepts/). This has a high level overview that is great for beginners!!
249
270
250
-
If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github.
271
+
If you want to discuss something or just need help, [here is our Gitter room](https://gitter.im/webpack/webpack) where there are always individuals looking to help out!
251
272
252
-
If you create a loader or plugin, please consider open sourcing it, putting it
253
-
on npm and following the `x-loader`, `x-webpack-plugin` convention.
273
+
If you are still having difficulty, we would love for you to post
274
+
a question to [StackOverflow with the webpack tag](https://stackoverflow.com/tags/webpack). It is much easier to answer questions that include your webpack.config.js and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)
254
275
255
-
You are also welcome to correct any spelling mistakes or any language issues.
276
+
If you are twitter savvy you can tweet #webpack with your question and someone should be able to reach out and help also.
256
277
257
-
If you want to discuss something or just need help, [here is our Gitter room](https://gitter.im/webpack/webpack).
278
+
If you have discovered a 🐜 or have a feature suggestion, feel free to create an issue on Github.
0 commit comments