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
+31-56Lines changed: 31 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,121 +119,96 @@ or are automatically applied via regex from your webpack configuration.
119
119
120
120
|Name|Status|Description|
121
121
|:--:|:----:|:----------|
122
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/json.svg">|![json-npm]|Loads a JSON file (included by default)|
123
-
|<imgwidth="48"height="48"src="https://cdn.rawgit.com/json5/json5-logo/master/json5-logo.svg">|![json5-npm]|Loads and transpiles a JSON 5 file|
124
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/coffeescript.svg">|![cson-npm]|Loads and transpiles a CSON file|
122
+
|<ahref="https://github.com/webpack/json-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/json.svg"></a>|![json-npm]|Loads a JSON file (included by default)|
123
+
|<ahref="https://github.com/webpack/json5-loader"><imgwidth="48"height="48"src="https://cdn.rawgit.com/json5/json5-logo/master/json5-logo.svg"></a>|![json5-npm]|Loads and transpiles a JSON 5 file|
124
+
|<ahref="https://github.com/awnist/cson-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/coffeescript.svg"></a>|![cson-npm]|Loads and transpiles a CSON file|
|`<script>`|![script-npm]|Executes a JavaScript file once in global context (like in script tag), requires are not parsed|
139
-
|<imgwidth="48"height="48"title="babel-loader"src="https://worldvectorlogo.com/logos/babel-10.svg">|[![babel-npm]][babel]|Loads ES2015+ code and transpiles to ES5 using <ahref="https://github.com/babel/babel">Babel</a>|
140
-
|<imgwidth="48"height="48"src="https://google.github.com/traceur-compiler/logo/tc.svg">|![traceur-npm]|Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur)|
141
-
|<imgwidth="48"height="48"src="https://cdn.rawgit.com/Microsoft/TypeScript/master/doc/logo.svg">|![type-npm]|Loads TypeScript like JavaScript|
142
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/coffeescript.svg">|![coffee-npm]|Loads CoffeeScript like JavaScript|
135
+
|<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|
136
+
|<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>|
137
+
|<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)|
138
+
|<ahref="https://github.com/andreypopp/typescript-loader"><imgwidth="48"height="48"src="https://cdn.rawgit.com/Microsoft/TypeScript/master/doc/logo.svg"></a>|![type-npm]|Loads TypeScript like JavaScript|
139
+
|<ahref="https://github.com/webpack/coffee-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/coffeescript.svg"></a>|![coffee-npm]|Loads CoffeeScript like JavaScript|
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/html5.svg">|![html-npm]|Exports HTML as string, require references to static resources|
161
-
|<imgwidth="48"height="48"src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg">|![pug-npm]|Loads Pug templates and returns a function|
162
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/jade-3.svg">|![jade-npm]|Loads Jade templates and returns a function|
163
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/markdown.svg">|![md-npm]|Compiles Markdown to HTML|
164
-
|<imgwidth="48"height="48"src="http://posthtml.github.io/posthtml/logo.svg">|![posthtml-npm]|Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml)|
165
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/handlebars-1.svg">|![hbs-npm]| Compiles Handlebars to HTML|
152
+
|<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|
153
+
|<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|
154
+
|<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|
155
+
|<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|
156
+
|<ahref="https://github.com/posthtml/posthtml-loader"><imgwidth="48"height="48"src="http://posthtml.github.io/posthtml/logo.svg"></a>|![posthtml-npm]|Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml)|
157
+
|<ahref="https://github.com/altano/handlebars-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/handlebars-1.svg"></a>|![hbs-npm]| Compiles Handlebars to HTML|
|`<style>`|![style-npm]|Add exports of a module as style to DOM|
186
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/css-3.svg">|![css-npm]|Loads CSS file with resolved imports and returns CSS code|
187
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/less-63.svg">|![less-npm]|Loads and compiles a LESS file|
188
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/sass-1.svg">|![sass-npm]|Loads and compiles a SASS/SCSS file|
189
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/stylus.svg">|![stylus-npm]|Loads and compiles a Stylus file|
190
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/postcss.svg">|![postcss-npm]|Loads and transforms a CSS/SSS file using [PostCSS](http://postcss.org)|
191
-
192
-
[style]: https://github.com/webpack/style-loader
171
+
|<ahref="https://github.com/webpack/style-loader">`<style>`|![style-npm]|Add exports of a module as style to DOM|
172
+
|<ahref="https://github.com/webpack/css-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/css-3.svg"></a>|![css-npm]|Loads CSS file with resolved imports and returns CSS code|
173
+
|<ahref="https://github.com/webpack/less-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/less-63.svg"></a>|![less-npm]|Loads and compiles a LESS file|
174
+
|<ahref="https://github.com/jtangelder/sass-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/sass-1.svg"></a>|![sass-npm]|Loads and compiles a SASS/SCSS file|
175
+
|<ahref="https://github.com/shama/stylus-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/stylus.svg"></a>|![stylus-npm]|Loads and compiles a Stylus file|
176
+
|<ahref="https://github.com/postcss/postcss-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/postcss.svg"></a>|![postcss-npm]|Loads and transforms a CSS/SSS file using [PostCSS](http://postcss.org)|
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/mocha.svg">|![mocha-npm]|Tests with mocha (Browser/NodeJS)|
210
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/eslint.svg">|![eslint-npm]|PreLoader for linting code using ESLint|
211
-
|<imgwidth="48"height="48"src="http://jshint.com/res/jshint-dark.png">|![jshint-npm]|PreLoader for linting code using JSHint|
212
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/jscs.svg">|![jscs-npm]|PreLoader for code style checking using JSCS|
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)|
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|
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|
193
+
|<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|
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/vue-9.svg">|![vue-npm]|Loads and compiles Vue Components|
229
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/polymer.svg">|![polymer-npm]|Process HTML & CSS with preprocessor of choice and `require()` Web Components like first-class modules|
230
-
|<imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/angular-icon-1.svg">|![angular-npm]| Loads and compiles Angular 2 Components|
205
+
|<ahref="https://github.com/vue/vue-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/vue-9.svg"></a>|![vue-npm]|Loads and compiles Vue Components|
206
+
|<ahref="https://github.com/JonDum/polymer-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/polymer.svg"></a>|![polymer-npm]|Process HTML & CSS with preprocessor of choice and `require()` Web Components like first-class modules|
207
+
|<ahref="https://github.com/TheLarkInn/angular2-template-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/angular-icon-1.svg"></a>|![angular-npm]| Loads and compiles Angular 2 Components|
0 commit comments