Skip to content

Commit

Permalink
4.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 21, 2018
1 parent 5165a90 commit 894eca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "webpack",
"version": "4.21.0",
"version": "4.22.0",
"author": "Tobias Koppers @sokra",
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
"license": "MIT",
Expand Down

2 comments on commit 894eca2

@TheHolyWaffle
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From some initial tests, it seems that performance has actually degraded in our case. From an anverage of 2050ms to 2350ms.

@sokra
Copy link
Member Author

@sokra sokra commented on 894eca2 Oct 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you file an issue for that? Best with a repro repo.

Please sign in to comment.