publish-oss-webpack-plugin
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

publish-webpack-plugin

my first webpack-plugin

aliyun.yaml 配置

ak: xxx
sk: xxx

account1:
  ak: xxx
  sk: xxx
account2:
  ak: xxx
  sk: xxx

使用

new PublishWebpackPlugin({
    publicPath: '/test',
    bucket: 'XXX',
    region: 'XXX', // bucket所在区域的接入点
    exclude: function (asset) {
        return /\.html$/.test(asset);
    }
})

Readme

Keywords

none

Package Sidebar

Install

npm i publish-oss-webpack-plugin

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

4.01 kB

Total Files

4

Last publish

Collaborators

  • one_piece