Skip to content

Commit

Permalink
Track framework bundle separately (vercel#9322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Nov 5, 2019
1 parent 42fca6f commit 0022633
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ const renames = [
srcGlob: '.next/static/chunks/commons!(*.module.js)',
dest: '.next/static/chunks/commons.HASH.js'
},
{
srcGlob: '.next/static/chunks/framework!(*.module.js)',
dest: '.next/static/chunks/framework.HASH.js'
},
// modern
{
srcGlob: '.next/static/runtime/main-*.module.js',
Expand All @@ -69,6 +73,10 @@ const renames = [
srcGlob: '.next/static/chunks/commons*.module.js',
dest: '.next/static/chunks/commons.HASH.module.js'
},
{
srcGlob: '.next/static/chunks/framework*.module.js',
dest: '.next/static/chunks/framework.HASH.module.js'
},
// misc
{
srcGlob: '.next/static/*/_buildManifest.js',
Expand Down

0 comments on commit 0022633

Please sign in to comment.