I need to ensure that index.html is copied as the last file.
How to achieve this using your plugin ?
Is it possible ?
I have something like this:
- bucketNameKey: bucket
localDir: dist
exclude:
- index.html
- bucketNameKey: bucket
localDir: dist
include:
- index.html
but it runs parallel as I know.
Thank you.