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
+1-3Lines changed: 1 addition & 3 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|
@@ -262,6 +259,7 @@ We have also started a series on our [Medium Publication](https://medium.com/web
262
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!!!
263
260
264
261
<h3align="center">Creating your own plugins and loaders</h3>
262
+
265
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.
0 commit comments