1.0.7 • Published 5 years ago

copy-file-webpack-plugin v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Usage

webpack.config.js

npm install copy-file-webpack-plugin -D
const copyPlugin = require('copy-file-webpack-plugin')

module.exports = {
  ...
  plugins: [
    new CopyPlugin({
      from: 'a',
      to: 'b'
    })
  ]
}

// And then the folder of a has copied to folder b.
// Eonugh your happy time!
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago