1.0.1 • Published 1 year ago

sourcemap-upload-for-webpack v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

使用方式

const CosUploadPlugin = require('cos-upload-plugin')

module.exports = {
  ...,
  plugins:[
    ...,
    new CosUploadPlugin({
      url, // api地址
      appid, // 获取临时密钥id
      remote, // 远程存储文件夹
      dir, // 本地上传文件夹
      bucket, // 存储桶名
      region // 地区
    })
  ]
}
1.0.1

1 year ago

1.0.0

1 year ago