Skip to content

Commit bf042dd

Browse files
authored
loader: add remark-loader to the list (#3903)
1 parent b711b0f commit bf042dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

repositories/loaders.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
"webpack-contrib/polymer-webpack-loader",
2727
"babel/babel-loader",
2828
"postcss/postcss-loader",
29-
"peerigon/extract-loader"
29+
"peerigon/extract-loader",
30+
"webpack-contrib/remark-loader"
3031
]

src/content/loaders/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ contributors:
88
- EugeneHlushko
99
- hemal7735
1010
- snitin315
11+
- anshumanv
1112
---
1213

1314
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.
@@ -51,6 +52,8 @@ Loaders are activated by using `loadername!` prefixes in `require()` statements,
5152
- [`handlebars-loader`](https://github.com/pcardune/handlebars-loader) Compiles Handlebars to HTML
5253
- [`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.
5354
- [`twig-loader`](https://github.com/zimmo-be/twig-loader) Compiles Twig templates and returns a function
55+
- [`remark-loader`](https://github.com/webpack-contrib/remark-loader) Load markdown through `remark` with built-in image resolution
56+
5457

5558
## Styling
5659

0 commit comments

Comments
 (0)