0.0.2 • Published 8 years ago

fxa-mustache-loader v0.0.2

Weekly downloads
13
License
MPL-2.0
Repository
-
Last release
8 years ago

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

  • shane@shanetomlinson.com
  • stomlinson@mozilla.com
  • @shane_tomlinson

LICENCE

MPL-2.0