Skip to content

Commit 34eedc3

Browse files
committed
perf(bundle): improves bundle size
1 parent 9b5a841 commit 34eedc3

4 files changed

Lines changed: 13 additions & 15 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
},
5959
"homepage": "https://github.com/kulshekhar/ts-jest#readme",
6060
"dependencies": {
61-
"bs-logger": "^0.2.3",
61+
"bs-logger": "^0.2.5",
6262
"buffer-from": "^1.1.1",
6363
"fast-json-stable-stringify": "^2.0.0",
64+
"json5": "^2.0.1",
6465
"make-error": "^1.3.5",
6566
"mkdirp": "^0.5.1",
6667
"semver": "^5.5.1",
67-
"tslib": "^1.9.3",
6868
"yargs-parser": "^10.1.0"
6969
},
7070
"peerDependencies": {
@@ -98,7 +98,6 @@
9898
"husky": "^0.14.3",
9999
"jest": "^23.4.1",
100100
"js-yaml": "^3.12.0",
101-
"json5": "^2.0.1",
102101
"lint-staged": "^7.2.2",
103102
"lodash.memoize": "^4.1.2",
104103
"lodash.merge": "^4.6.1",

tsconfig.build.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"sourceMap": true,
5-
"inlineSources": true,
4+
"sourceMap": false,
5+
"inlineSources": false,
66
"inlineSourceMap": false,
7+
"removeComments": true,
78
"outDir": "dist",
89
"rootDir": "src",
910
},

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"downlevelIteration": true,
55
"esModuleInterop": true,
66
"experimentalDecorators": true,
7-
"importHelpers": true,
7+
"importHelpers": false,
88
"inlineSourceMap": true,
99
"lib": [
1010
"es2015",

0 commit comments

Comments
 (0)