Skip to content

voltraco/mineral-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A webpack loader for mineral

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published