1.0.8 • Published 5 years ago

mustache2js-loader v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago