jade-loader

0.8.0 • Public • Published

jade loader for webpack

Usage

var template = require("jade!./file.jade");
// => returns file.jade content as template function

Documentation: Using loaders

Embedded resources

Try to use require for all your embedded resources, to process them with webpack.

div
  img(src=require("./my/image.png"))

You need to configure loaders for these filetypes too. (Take a look at the file-loader.)

License

MIT (http://www.opensource.org/licenses/mit-license.php)

/jade-loader/

    Package Sidebar

    Install

    npm i jade-loader

    Weekly Downloads

    3,915

    Version

    0.8.0

    License

    none

    Last publish

    Collaborators

    • evilebottnawi
    • sokra
    • jhnns
    • timothygu