markdown-html-loader
v1.0.2
Published
Markdown file to html file
Maintainers
Readme
markdown-html-loader
安装
npm install markdown-html-loader -D使用
// webpack.config.js
modules:{
rules:[
{
test: /\.md/,
loader: 'markdown-html-loader'
}
]
}开发依赖
