Skip to content

Commit c4f6158

Browse files
committed
pin karma-webpack to 4.0.0-beta.0 to fix perf regression
so karma-webpack 3.0.5 is 4x slower than 4.0.0-beta.0 for webpacking for unknown reasons. However, 4.0.0-rc.1 and 4.0.0-rc.2 fail with a different error. So: pinned for now
1 parent 7e33ea3 commit c4f6158

File tree

2 files changed

+14
-188
lines changed

2 files changed

+14
-188
lines changed

package-lock.json

Lines changed: 13 additions & 187 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
@@ -122,7 +122,7 @@
122122
"karma-sourcemap-loader": "^0.3.7",
123123
"karma-spec-reporter": "0.0.31",
124124
"karma-summary-reporter": "^1.5.1",
125-
"karma-webpack": "^3.0.5",
125+
"karma-webpack": "4.0.0-beta.0",
126126
"matrix-mock-request": "^1.2.0",
127127
"matrix-react-test-utils": "^0.2.0",
128128
"minimist": "^1.2.0",

0 commit comments

Comments
 (0)