Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

fix: Use cheap-module-eval-source-map for faster recompilation #366

Merged
merged 1 commit into from
Oct 20, 2017

Conversation

okonet
Copy link
Contributor

@okonet okonet commented Oct 20, 2017

https://webpack.js.org/guides/build-performance/ suggests to use cheap-module-eval-source-map to improve incremental build speed. This reduces recompilation times by a magnitude on bigger projects.

https://webpack.js.org/guides/build-performance/ suggests to use `cheap-module-eval-source-map` to improve incremental build speed. This reduces recompilation times by a magnitude on bigger projects.
Copy link
Member

@eliperelman eliperelman left a comment

Choose a reason for hiding this comment

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

LGTM, I usually override this in my own projects to use this too. Thank you!

@eliperelman
Copy link
Member

I'll wait to release this one to go along with the HMR changes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

3 participants