Skip to content

baoanj/webpack-md-html-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack loader for markdown file to html string

$ npm install webpack-md-html-loader -D

vue.config.js

module.exports = {
  chainWebpack: config => {
    config.module
      .rule('md-html')
      .test(/\.md$/)
      .use('md-html')
      .loader('webpack-md-html-loader')
      .end()
  }
}

About

Webpack loader for markdown file to html string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published