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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ within webpack itself use this plugin interface. This makes webpack very
83
83
|:--:|:----:|:----------|
84
84
|[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)|
85
85
|[extract-text-webpack-plugin][extract]|![extract-npm]|Extracts Text (CSS) from your bundles into a separate file (app.bundle.css)|
86
-
|[compression-webpack-plugin][compression]|![compression-npm]|Prepare compressed versions of assets to serve them with Content-Encoding|
86
+
|[compression-webpack-plugin][compression]|![compression-npm]|Prepares compressed versions of assets to serve them with Content-Encoding|
87
87
|[i18n-webpack-plugin][i18n]|![i18n-npm]|Adds i18n support to your bundles|
88
88
|[html-webpack-plugin][html-plugin]|![html-plugin-npm]| Simplifies creation of HTML files (`index.html`) to serve your bundles|
89
89
@@ -115,7 +115,7 @@ or are automatically applied via regex from your webpack configuration.
115
115
|Name|Status|Description|
116
116
|:--:|:----:|:----------|
117
117
|[raw-loader][raw]|![raw-npm]|Loads raw content of a file (utf-8)|
118
-
|[val-loader][val]|![val-npm]|Executes code as module and consider exports as JS code|
118
+
|[val-loader][val]|![val-npm]|Executes code as module and considers exports as JS code|
119
119
|[url-loader][url]|![url-npm]|Works like the file loader, but can return a Data Url if the file is smaller than a limit|
120
120
|[file-loader][file]|![file-npm]|Emits the file into the output folder and returns the (relative) url|
121
121
@@ -146,7 +146,7 @@ or are automatically applied via regex from your webpack configuration.
146
146
147
147
|Name|Status|Description|
148
148
|:--:|:----:|:----------|
149
-
|<ahref="https://github.com/webpack/script-loader">`<script>`</a>|![script-npm]|Executes a JavaScript file once in global context (like in script tag), requires are not parsed|
149
+
|<ahref="https://github.com/webpack/script-loader">`<script>`</a>|![script-npm]|Executes a JavaScript file once in global context (like in script tag), `require()`s are not parsed|
150
150
|<ahref="https://github.com/babel/babel-loader"><imgwidth="48"height="48"title="babel-loader"src="https://worldvectorlogo.com/logos/babel-10.svg"></a>|![babel-npm]|Loads ES2015+ code and transpiles to ES5 using <ahref="https://github.com/babel/babel">Babel</a>|
151
151
|<ahref="https://github.com/jupl/traceur-loader"><imgwidth="48"height="48"src="https://google.github.com/traceur-compiler/logo/tc.svg"></a>|![traceur-npm]|Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur-compiler)|
152
152
|<ahref="https://github.com/TypeStrong/ts-loader"><imgwidth="48"height="48"src="https://cdn.rawgit.com/Microsoft/TypeScript/master/doc/logo.svg"></a>|![type-npm]|Loads TypeScript like JavaScript|
@@ -163,7 +163,7 @@ or are automatically applied via regex from your webpack configuration.
163
163
164
164
|Name|Status|Description|
165
165
|:--:|:----:|:----------|
166
-
|<ahref="https://github.com/webpack/html-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/html5.svg"></a>|![html-npm]|Exports HTML as string, require references to static resources|
166
+
|<ahref="https://github.com/webpack/html-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/html5.svg"></a>|![html-npm]|Exports HTML as string, requires references to static resources|
167
167
|<ahref="https://github.com/pugjs/pug-loader"><imgwidth="48"height="48"src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a>|![pug-npm]|Loads Pug templates and returns a function|
168
168
|<ahref="https://github.com/webpack/jade-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/jade-3.svg"></a>|![jade-npm]|Loads Jade templates and returns a function|
169
169
|<ahref="https://github.com/peerigon/markdown-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/markdown.svg"></a>|![md-npm]|Compiles Markdown to HTML|
@@ -262,7 +262,7 @@ Contributions go far beyond pull requests and commits. Although we love giving y
262
262
* Adding unit, or functional tests
263
263
* Triaging GitHub issues -- especially determining whether an issue still persists or is reproducible.
264
264
*[Searching #webpack on twitter](https://twitter.com/search?q=webpack) and helping someone else who needs help
265
-
* Teaching others how to contribute to one of the many webpack repo's!
265
+
* Teaching others how to contribute to one of the many webpack's repos!
266
266
*[Blogging, speaking about, or creating tutorials](https://github.com/webpack-contrib/awesome-webpack) about one of webpack's many features.
267
267
* Helping others in our webpack [gitter channel](https://gitter.im/webpack/webpack).
0 commit comments