Skip to content

Commit

Permalink
Don't forget to wrap those plugins in an import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanblock committed Feb 8, 2024
1 parent 435ea9a commit e911394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module.exports = function deploy (params = {}, callback) {
},

function getAws (callback) {
awsLite({ plugins: [ '@aws-lite/s3' ] })
awsLite({ plugins: [ import('@aws-lite/s3') ] })
.then(_aws => {
aws = _aws
callback()
Expand Down

0 comments on commit e911394

Please sign in to comment.