Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 3.92 KB

File metadata and controls

67 lines (51 loc) · 3.92 KB
title Loaders
sort -1
contributors
simon04
bajras
rhys-vdw
EugeneHlushko
hemal7735
snitin315
anshumanv
jamesgeorge007
chenxsan

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

  • ref-loader Create dependencies between any files manually

JSON

Transpiling

Templating

Styling

Frameworks

Awesome

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