jhaml-loader
v1.0.8
Published
Jhaml loader webpack
Downloads
3
Readme
jhaml-loader for webpack
jhaml-loader for webpack using @soyuka/jhaml
Import haml files as modules in your webpack project.
Add to your webpack config module.loaders:
{
test: /\.haml$/,
loader: 'jhaml-loader'
},