Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion repositories/loaders.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"webpack-contrib/polymer-webpack-loader",
"babel/babel-loader",
"postcss/postcss-loader",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somebody can create an issue, postcss/postcss-loader is now here https://github.com/webpack-contrib/postcss-loader

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed here - #3909

"peerigon/extract-loader"
"peerigon/extract-loader",
"webpack-contrib/remark-loader"
]
3 changes: 3 additions & 0 deletions src/content/loaders/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ contributors:
- EugeneHlushko
- hemal7735
- snitin315
- anshumanv
---

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


## Styling

Expand Down