siml-loader
v0.0.1
Published
siml loader module for webpack
Downloads
4
Readme
SIML loader for webpack
Adds SIML support to webpack.
Usage
const compiledHtml = require('./template.siml')
Recommended configuration
{
module: {
loaders: [
{
test: /\.siml$/,
loader: 'siml-loader'
}
]
}
}
License
MIT (http://www.opensource.org/licenses/mit-license.php)