mineral-loader

1.3.6 • Public • Published

SYNOPSIS

A webpack loader for mineral

DESCRIPTION

After installing this loader, you will be able to use require() to read and parse mineral templates.

USAGE

module.exports = {
  node: {
    __dirname: true,
    fs: 'empty'
  },
  module: {
    loaders: [
      {
        test: /\.min$/,
        loader: 'mineral-loader'
      }
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i mineral-loader

Weekly Downloads

1

Version

1.3.6

License

MIT

Last publish

Collaborators

  • hij1nx