Skip to content

Commit

Permalink
Track polyfill file changes (#9321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Nov 5, 2019
1 parent bc176b3 commit 42fca6f
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 @@ -13,6 +13,10 @@ const clientGlobs = [
'.next/static/chunks/*.module.js'
]
},
{
name: 'Legacy Client Bundles (polyfills)',
globs: ['.next/static/runtime/+(polyfills)-!(*.module.js)']
},
{
name: 'Client Pages',
globs: ['.next/static/*/pages/**/!(*.module.js)']
Expand Down Expand Up @@ -44,6 +48,10 @@ const renames = [
srcGlob: '.next/static/runtime/webpack-!(*.module.js)',
dest: '.next/static/runtime/webpack-HASH.js'
},
{
srcGlob: '.next/static/runtime/polyfills-!(*.module.js)',
dest: '.next/static/runtime/polyfills-HASH.js'
},
{
srcGlob: '.next/static/chunks/commons!(*.module.js)',
dest: '.next/static/chunks/commons.HASH.js'
Expand Down

0 comments on commit 42fca6f

Please sign in to comment.