Loaders

webpack enables use of 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.

Loaders are activated by using loadername! prefixes in require() statements, or are automatically applied via regex from your webpack configuration – see configuration.

Files

JSON

Transpiling

Templating

Styling

Linting && Testing

Frameworks

Awesome For more third-party loaders, see the list from awesome-webpack.