|
27 | 27 | {
|
28 | 28 | "repo": "webpack/enhanced-resolve",
|
29 | 29 | "npm": "enhanced-resolve",
|
30 |
| - "description": "Offers an async require.resolve function that's highly configurable.", |
| 30 | + "description": "A highly configurable asynchronous require.resolve function.", |
31 | 31 | "maintainer": "sokra"
|
32 | 32 | },
|
33 | 33 | {
|
|
51 | 51 | {
|
52 | 52 | "repo": "webpack/webpack-dev-server",
|
53 | 53 | "npm": "webpack-dev-server",
|
54 |
| - "description": "Serves a webpack application, updating the browser on file changes.", |
| 54 | + "description": "A development server that updates the browser on file changes.", |
55 | 55 | "maintainer": "Spacek33z"
|
56 | 56 | },
|
57 | 57 | {
|
|
75 | 75 | {
|
76 | 76 | "repo": "webpack/webpack-dev-middleware",
|
77 | 77 | "npm": "webpack-dev-middleware",
|
78 |
| - "description": "Offers a dev middleware for webpack, which arguments a live bundle to a directory.", |
| 78 | + "description": "Middleware which arguments a live bundle to a directory.", |
79 | 79 | "maintainer": "Spacek33z"
|
80 | 80 | },
|
81 | 81 | {
|
82 | 82 | "repo": "webpack/fastparse",
|
83 | 83 | "npm": "fastparse",
|
84 |
| - "description": "A simple parser, based on a statemachine and regular expressions.", |
| 84 | + "description": "A simple parser based on a statemachine and regular expressions.", |
85 | 85 | "maintainer": "sokra"
|
86 | 86 | },
|
87 | 87 | {
|
|
177 | 177 | {
|
178 | 178 | "repo": "webpack/source-map-loader",
|
179 | 179 | "npm": "source-map-loader",
|
180 |
| - "description": "Extract sourceMappingURL comments from modules to pass to webpack.", |
| 180 | + "description": "Extract source-map comments from modules to pass to webpack.", |
181 | 181 | "maintainer": ""
|
182 | 182 | },
|
183 | 183 | {
|
|
189 | 189 | {
|
190 | 190 | "repo": "webpack/compression-webpack-plugin",
|
191 | 191 | "npm": "compression-webpack-plugin",
|
192 |
| - "description": "Prepare compressed versions of assets to serve them with Content-Encoding.", |
| 192 | + "description": "Compress assets to serve with Content-Encoding.", |
193 | 193 | "maintainer": "palmerj3"
|
194 | 194 | },
|
195 | 195 | {
|
|
243 | 243 | {
|
244 | 244 | "repo": "webpack/multi-loader",
|
245 | 245 | "npm": "multi-loader",
|
246 |
| - "description": "Load and split a module into multiple modules loaded with different loaders.", |
| 246 | + "description": "Split a module and import each piece with different loaders.", |
247 | 247 | "maintainer": ""
|
248 | 248 | },
|
249 | 249 | {
|
|
285 | 285 | {
|
286 | 286 | "repo": "thelarkinn/angular2-template-loader",
|
287 | 287 | "npm": "angular2-template-loader",
|
288 |
| - "description": "Chain-to loader for webpack that inlines all html and style's in angular2 components.", |
| 288 | + "description": "Load angular2 components, inlining all html and styling.", |
289 | 289 | "maintainer": "thelarkinn"
|
290 | 290 | }
|
291 | 291 | ]
|
|
0 commit comments