0.0.2 • Published 5 years ago

fs-copy-webpack-plugin v0.0.2

Weekly downloads
7
License
ISC
Repository
github
Last release
5 years ago

fs-copy-webpack-plugin

Install

npm i fs-copy-webpack-plugin --save-dev

# or

yarn add fs-copy-webpack-plugin --dev

How to use

// webpack.config
module.exports = {
  plugin: [
    new FsCopyWebpackPlugin({
      root: __dirname,
      src: 'src',
      dist: 'dist',
      files: {
        'a.png': 'b.png'
      }
    })
  ]
}

./src/a.png will cope to ./dist/b.png

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago