Skip to content

Commit

Permalink
Merge branch 'polyfill-fetch' of github.com:janicklas-ralph/next.js i…
Browse files Browse the repository at this point in the history
…nto polyfill-fetch
  • Loading branch information
janicklas-ralph committed Nov 1, 2019
2 parents 5875e56 + 9948d4a commit 67abbb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const generateClientManifest = (
const appDependencies = new Set(assetMap.pages['/_app'])

Object.entries(assetMap.pages).forEach(([page, dependencies]) => {
if (page === '/_app') return
if (page === '/_app' || page === '/_polyfills') return
// Filter out dependencies in the _app entry, because those will have already
// been loaded by the client prior to a navigation event
const filteredDeps = dependencies.filter(
Expand Down

0 comments on commit 67abbb4

Please sign in to comment.