trim-lines-loader
v0.2.1
Published
Remove spaces and tabs around lines
Downloads
5
Readme
trim-lines-loader
Remove spaces and tabs around lines.
Config
module.exports = {
module: {
loaders: [
{ test: /\.hbs$/, loader: 'handlebars!trim-lines' }
]
}
};