1.0.8 • Published 8 years ago
jhaml-loader v1.0.8
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'
},