Socket
Book a DemoInstallSign in
Socket

copy-markdown-image-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-markdown-image-webpack-plugin

Copy Markdown in the picture resources.

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
44
109.52%
Maintainers
1
Weekly downloads
 
Created
Source

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',
      }),
  ]
}

Keywords

webpack

FAQs

Package last updated on 04 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts