1.3.6 • Published 7 years ago

mineral-loader v1.3.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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'
      }
    ]
  }
}
1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago