0.1.4 • Published 9 years ago

micro-template-loader v0.1.4

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

micro-template loader npm.io

Usage

Documentation: Using loaders

Simple API

require("micro-template!./file.html");

Recommended configuration

You should be able to safely pass all your HTML files through micro-template even if your templates don't have any <% %> tags.

{
  module: {
    loaders: [
      { test: /\.html$/, loader: "micro-template" }
    ]
  }
}
0.1.4

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago