Skip to content

Commit

Permalink
update aws-presigned-url example to use esm (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jan 6, 2022
1 parent cf4c508 commit 683c03c
Show file tree
Hide file tree
Showing 11 changed files with 616 additions and 140 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ module.exports = {
{
files: [
'*.mjs',
'examples/aws-presigned-url/*.js',
'private/dev/*.js',
'private/release/*.js',
'private/remark-lint-uppy/*.js',
Expand Down
3 changes: 0 additions & 3 deletions examples/aws-presigned-url/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
vendor
bundle.js
uppy.min.css
bundle.js.*

0 comments on commit 683c03c

Please sign in to comment.