Skip to content

Commit 85bd852

Browse files
feat: add express compression
1 parent c7ec191 commit 85bd852

File tree

3 files changed

+90
-57
lines changed

3 files changed

+90
-57
lines changed

package-lock.json

Lines changed: 88 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"nyc": "^15.1.0",
7171
"prettier": "^2.7.1",
7272
"rollup": "^2.79.1",
73-
"rollup-plugin-ts": "^2.0.7",
73+
"rollup-plugin-ts": "^3.0.2",
7474
"semantic-release": "^19.0.5",
7575
"sinon": "^14.0.0",
7676
"sinon-chai": "^3.7.0",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ export default {
2222
}),
2323
}),
2424
],
25-
external: ['perf_hooks', 'http', 'axios', 'lodash', 'uuid', 'express', 'dns'],
25+
external: ['perf_hooks', 'http', 'axios', 'lodash', 'uuid', 'express', 'dns', 'compression'],
2626
};

0 commit comments

Comments
 (0)