multiplegeorges / vue-cli-plugin-s3-deploy

A vue-cli plugin that uploads your built Vue.js project to an S3 bucket
MIT License
331 stars 51 forks source link

Set cloudfrontMatchers default to match the docs #116

Closed joshmenden closed 4 years ago

joshmenden commented 4 years ago

In the README, it states that the cloudfrontMatchers configuration variable defaults to /*. Reading that, I left that variable out but then realized in AWS that it was actually behaving differently.

This PR sets the default for this key to match the docs.