-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Webpack config including extracting the manifest
This improves Gatsby's caching story as the manifest changes on every build. Normally it's put into the entry file (commons.js) which means this would normally change on every build. By removing it, commons.js should stay cachable for much longer.
- Loading branch information
1 parent
94581a9
commit 0941d33
Showing
2 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters