Skip to content

react-doc/copy-markdown-image-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Copy Markdown Image Webpack Plugin

Install the plugin via NPM:

npm i copy-markdown-image-webpack-plugin --save

webpack.config.js

module.exports = {
  entry: './src/index.js',
  plugins: [
      new CopyMarkdownImageWebpackPlugin({
        dir: ['path/to/dir','path/to/dir2'],
        toDir: 'path/to/dist',
      }),
  ]
}

Releases

No releases published

Packages

No packages published