1.0.8 • Published 6 years ago

mustache2js-loader v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

mustache2js-loader

Exports Mustache files to javascript instructions.

GitHub license GitHub issues Twitter

Install

npm i -D mustache2js-loader

Usage

Add the mustache2js-loader to your webpack.config.js.

{
  test: /\.html$/,
  use: {
    loader: 'mustache2js-loader',
    options: {}
  }
}

I you just need to load static html snippets, try: html2js-loader

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago