mustache2js-loader

1.0.8 • Public • Published

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

Package Sidebar

Install

npm i mustache2js-loader

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

10.2 kB

Total Files

14

Last publish

Collaborators

  • afirus