Skip to content

Commit

Permalink
🐛 Add missing progress addon rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Dec 3, 2022
1 parent b01e03d commit bd6c89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -2,7 +2,7 @@ import typescript from '@rollup/plugin-typescript';
import terser from '@rollup/plugin-terser';
import { nodeResolve } from '@rollup/plugin-node-resolve';

const addons = ["abort", "formData", "formUrl", "perfs", "queryString"]
const addons = ["abort", "formData", "formUrl", "perfs", "queryString", "progress"]
const middlewares = ["dedupe", "delay", "retry", "throttlingCache"]

const common = {
Expand Down

0 comments on commit bd6c89b

Please sign in to comment.