0.8.0 • Published 3 years ago

ric-pug-loader v0.8.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

jade loader for webpack

build status

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)