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