1.0.6 • Published 4 years ago
@luzhuokun/uploadfile-webpack-plugin v1.0.6
Usage
// webpack.config.js
const UploadfileWebpackPlugin = require('uploadfile-webpack-plugin')
plugins: [
new UploadfileWebpackPlugin({
host: 'host',
port: 'port',
username: 'username',
password: 'password',
localpath: 'localpath',
remotepath: 'remotepath',
finishUpload: async()=>{}
})
]