Skip to content

Commit

Permalink
🐛 Register the progress addon in the .all entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Dec 3, 2022
1 parent ebb0577 commit b01e03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function factory(_url = "", _options = {}) {
.addon(Addons.formUrlAddon)
.addon(Addons.perfsAddon())
.addon(Addons.queryStringAddon)
.addon(Addons.progressAddon())
}

factory["default"] = factory
Expand Down

0 comments on commit b01e03d

Please sign in to comment.