ng-annotate: A loader to annotate dependency injections in Angular.js applications.
node: Loads .node files that are produced using node-gyp.
required: Require a whole directory of trees in bulk. Require JS, Import CSS and imports stuff in it.
icons Generates iconfont from .svg files (uses gulp-iconfont)
markup-inline Inline SVGs to HTML. It's very useful when applying icon font or applying CSS animation to SVG.
block-loader Generic loader for rewriting only parts of files, based on content start/end delimiters.
bundler-configuration Bundler configuration loader, a tool to include bundler configuration in the resulting build.
console: Prints the resolved require of webpack to the console.
solc: Compiles Solidity code (.sol) and returns JavaScript objects with Application Binary Interface (ABI) and bytecode ready for deployment to Ethereum.
web3: Deploys Ethereum VM bytecode and returns ready-to-use JS instances of deployed smart contracts. Also returns initialized Web3 object.
includes: Load any text file and support nested includes
combine: Combine results from multiple loaders into one object
svg-sprite: Like style-loader but for SVG: it creates a single SVG sprite from a set of images, appends it to DOM and returns relative symbol url to be used with svg's <use>.
svg-fill: Changes colors in SVG images. Useful when you embed SVG in CSS as background image and don't want to produce tons of identical files which only differ in their fill attributes.
line-art: Inlines SVG files, converting all of its nodes to paths. Useful for line art animations in React components.
baggage: Automatically require any resources related to the required one
polymer: Process HTML & CSS with preprocessor of choice and require() Web Components like first-class modules.
uglify: Uglify contents of a module. Unlike uglify plugin you can minify with mangling only your application files and not the libraries
awesome-typescript: Loads TypeScript like JavaScript with watching support. Works with TypeScript 1.5-alfa
webpack-typescript: Loads TypeScript like JavaScript. Supports watch mode and source maps. Works with TypeScript 1.5, 1.6, and nightly builds of TypeScript 1.7 and 1.8.
remarkable: Compiles Markdown to HTML using the Remarkable parser
markdown-it: Compiles Markdown to HTML using the markdown-it parser
markdownattrs: Compiles Markdown to HTML using the markdown-it-attrs parser that allows you to set classes, identifiers and attributes to your markdown.
ng-cache: Puts HTML partials in the Angular's $templateCache
ngtemplate: Bundles your AngularJS templates and Pre-loads the template cache.
hamlc: Compiles haml-coffee templates (.hamlc) and returns a function.
haml: Renders haml-coffee templates (.html.hamlc) and returns a string.
bootstrap: Loads a configuration file for Twitter Bootstrap integration using Sass. Allows complete customization via Sass. Supports CSS modules and both Bootstrap 3 and 4.
font-awesome: Easy integration of font-awesome with customization via Sass.
gettext: Compiles a Gettext PO file from code source.
preprocessor: The preprocessor-loader provides the ability to preprocess source files through user defined regular expressions, macros, and callback routines. All user defined logic can be applied to line scope or source scope.
amdi18n-loader: I18n loader similar to require.js i18n plugin. The language packs support AMD/CommonJS module and can be written in .json / .js / .coffee files.
sprockets-preloader: Translate sprockets require directives into JavaScript module dependencies. Useful for migrating a Rails project to Webpack module bundling.