webpack-copy-file

1.0.0 • Public • Published

使用方法

const WebpackCopyFile = require('webpack-copy-file)
...
plugins: [
  new WebpackCopyFile({
    source: __dirname + '/static',
    target: __dirname + '/dist/static'
  })
]

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-copy-file

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.42 kB

Total Files

3

Last publish

Collaborators

  • sunnychuan