webpack-copy-file
v1.0.0
Published
```js const WebpackCopyFile = require('webpack-copy-file) ... plugins: [ new WebpackCopyFile({ source: __dirname + '/static', target: __dirname + '/dist/static' }) ] ```
Downloads
2
Readme
使用方法
const WebpackCopyFile = require('webpack-copy-file)
...
plugins: [
new WebpackCopyFile({
source: __dirname + '/static',
target: __dirname + '/dist/static'
})
]