Skip to content

Commit 954bc12

Browse files
hemal7735montogeek
authored andcommitted
docs(loaders): Add missing links to loaders (#2703)
* docs: add missing links to loaders * docs: add hemal7735 to contributer's list * docs: remove jade-loader Co-Authored-By: hemal7735 <[email protected]> * docs: add Jade in pug-loader Co-Authored-By: hemal7735 <[email protected]> * docs: add traceur-loader hyperlink
1 parent 646d290 commit 954bc12

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/content/loaders/index.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ contributors:
66
- bajras
77
- rhys-vdw
88
- EugeneHlushko
9+
- hemal7735
910
---
1011

1112
webpack enables use of [loaders](/concepts/loaders) to preprocess files. This allows you to bundle any static resource way beyond JavaScript. You can easily write your own loaders using Node.js.
@@ -26,15 +27,15 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements,
2627

2728
- [`json-loader`](/loaders/json-loader) Loads a [JSON](http://json.org/) file (included by default)
2829
- [`json5-loader`](/loaders/json5-loader) Loads and transpiles a [JSON 5](https://json5.org/) file
29-
- `cson-loader` Loads and transpiles a [CSON](https://github.com/bevry/cson#what-is-cson) file
30+
- [`cson-loader`](https://github.com/awnist/cson-loader) Loads and transpiles a [CSON](https://github.com/bevry/cson#what-is-cson) file
3031

3132

3233
## Transpiling
3334

3435
- [`script-loader`](/loaders/script-loader) Executes a JavaScript file once in global context (like in script tag), requires are not parsed
3536
- [`babel-loader`](/loaders/babel-loader) Loads ES2015+ code and transpiles to ES5 using [Babel](https://babeljs.io/)
36-
- `buble-loader` Loads ES2015+ code and transpiles to ES5 using [Bublé](https://buble.surge.sh/guide/)
37-
- `traceur-loader` Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur-compiler#readme)
37+
- [`buble-loader`](https://github.com/sairion/buble-loader) Loads ES2015+ code and transpiles to ES5 using [Bublé](https://buble.surge.sh/guide/)
38+
- [`traceur-loader`](https://github.com/jupl/traceur-loader) Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur-compiler#readme)
3839
- [`ts-loader`](https://github.com/TypeStrong/ts-loader) or [`awesome-typescript-loader`](https://github.com/s-panferov/awesome-typescript-loader) Loads [TypeScript](https://www.typescriptlang.org/) 2.0+ like JavaScript
3940
- [`coffee-loader`](/loaders/coffee-loader) Loads [CoffeeScript](http://coffeescript.org/) like JavaScript
4041
- [`fengari-loader`](https://github.com/fengari-lua/fengari-loader/) Loads Lua code using [fengari](https://fengari.io/)
@@ -43,12 +44,11 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements,
4344
## Templating
4445

4546
- [`html-loader`](/loaders/html-loader) Exports HTML as string, require references to static resources
46-
- `pug-loader` Loads Pug templates and returns a function
47-
- `jade-loader` Loads Jade templates and returns a function
48-
- `markdown-loader` Compiles Markdown to HTML
47+
- [`pug-loader`](https://github.com/pugjs/pug-loader) Loads Pug and Jade templates and returns a function
48+
- [`markdown-loader`](https://github.com/peerigon/markdown-loader) Compiles Markdown to HTML
4949
- [`react-markdown-loader`](https://github.com/javiercf/react-markdown-loader) Compiles Markdown to a React Component using the markdown-parse parser
50-
- `posthtml-loader` Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml)
51-
- `handlebars-loader` Compiles Handlebars to HTML
50+
- [`posthtml-loader`](https://github.com/posthtml/posthtml-loader) Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml)
51+
- [`handlebars-loader`](https://github.com/pcardune/handlebars-loader) Compiles Handlebars to HTML
5252
- [`markup-inline-loader`](https://github.com/asnowwolf/markup-inline-loader) Inline SVG/MathML files to HTML. It’s useful when applying icon font or applying CSS animation to SVG.
5353
- [`twig-loader`](https://github.com/zimmo-be/twig-loader) Compiles Twig templates and returns a function
5454

@@ -59,23 +59,23 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements,
5959
- [`less-loader`](/loaders/less-loader) Loads and compiles a LESS file
6060
- [`sass-loader`](/loaders/sass-loader) Loads and compiles a SASS/SCSS file
6161
- [`postcss-loader`](/loaders/postcss-loader) Loads and transforms a CSS/SSS file using [PostCSS](http://postcss.org)
62-
- `stylus-loader` Loads and compiles a Stylus file
62+
- [`stylus-loader`](https://github.com/shama/stylus-loader) Loads and compiles a Stylus file
6363

6464

6565
## Linting && Testing
6666

6767
- [`mocha-loader`](/loaders/mocha-loader) Tests with [mocha](https://mochajs.org/) (Browser/NodeJS)
6868
- [`eslint-loader`](https://github.com/webpack-contrib/eslint-loader) PreLoader for linting code using [ESLint](https://eslint.org/)
6969
- [`jshint-loader`](/loaders/jshint-loader) PreLoader for linting code using [JSHint](http://jshint.com/about/)
70-
- `jscs-loader` PreLoader for code style checking using [JSCS](http://jscs.info/)
70+
- [`jscs-loader`](https://github.com/unindented/jscs-loader) PreLoader for code style checking using [JSCS](http://jscs.info/)
7171
- [`coverjs-loader`](/loaders/coverjs-loader) PreLoader to determine the testing coverage using [CoverJS](https://github.com/arian/CoverJS)
7272

7373

7474
## Frameworks
7575

76-
- `vue-loader` Loads and compiles [Vue Components](https://vuejs.org/v2/guide/components.html)
77-
- `polymer-loader` Process HTML & CSS with preprocessor of choice and `require()` Web Components like first-class modules
78-
- `angular2-template-loader` Loads and compiles [Angular](https://angular.io/) Components
76+
- [`vue-loader`](https://github.com/vuejs/vue-loader) Loads and compiles [Vue Components](https://vuejs.org/v2/guide/components.html)
77+
- [`polymer-loader`](https://github.com/webpack-contrib/polymer-webpack-loader) Process HTML & CSS with preprocessor of choice and `require()` Web Components like first-class modules
78+
- [`angular2-template-loader`](https://github.com/TheLarkInn/angular2-template-loader) Loads and compiles [Angular](https://angular.io/) Components
7979

8080

8181
![Awesome](../assets/awesome-badge.svg)

0 commit comments

Comments
 (0)