Skip to content

bootstarted/s3-webpack-plugin

Repository files navigation

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'),
  ],
};

Releases

No releases published

Packages

No packages published