fxa-mustache-loader

0.0.2 • Public • Published

fxa-mustache-loader

Webpack Mustache template loader that works with CSP.

Installation

npm i --save-dev fxa-mustache-loader

Webpack usage

In your Webpack configuration file, add a module.rule:

module: {
  rules: [
    {
      test: /\.mustache$/,
      loader: 'fxa-mustache-loader'
    }
  ]
},

Contact info

LICENCE

MPL-2.0

Readme

Keywords

none

Package Sidebar

Install

npm i fxa-mustache-loader

Weekly Downloads

130

Version

0.0.2

License

MPL-2.0

Last publish

Collaborators

  • stomlinson