Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 780 Bytes

File metadata and controls

28 lines (21 loc) · 780 Bytes

s3-webpack-plugin

Simple S3 upload plugin for webpack.

build status coverage license version downloads

For something with more bells and whistles, feel free to look here.

Install:

npm install --save s3-webpack-plugin

And configure:

module.exports = {
  // ...
  plugins: [
    new S3UploadPlugin('s3://my-bucket'),
  ],
};