Add option to avoid removing comments in HTML build

old
Javi Velasco 2015-11-01 22:59:25 +01:00
parent 103c945904
commit 6cd364f382
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ module.exports = {
include: path.resolve(__dirname, './app/components/layout/main/modules')
}, {
test: /(\.md)$/,
loader: 'html!highlight!markdown'
loader: 'html?removeComments=false!highlight!markdown'
}
]
},