未验证 提交 059741ea 编写于 作者: J JJ Kasper 提交者: GitHub

Update stats-config for new polyfills location (#15584)

This makes sure to not group the polyfills chunk in with the client bundles group now that it is output under chunks instead of runtime
上级 bf3b1b56
......@@ -3,19 +3,19 @@ const clientGlobs = [
name: 'Client Bundles (main, webpack, commons)',
globs: [
'.next/static/runtime/+(main|webpack)-!(*.module.js)',
'.next/static/chunks/!(*.module.js)',
'.next/static/chunks/!(polyfills-*|*.module.js)',
],
},
{
name: 'Client Bundles (main, webpack, commons) Modern',
globs: [
'.next/static/runtime/+(main|webpack)-*.module.js',
'.next/static/chunks/*.module.js',
'.next/static/chunks/!(polyfills-*)*.module.js',
],
},
{
name: 'Legacy Client Bundles (polyfills)',
globs: ['.next/static/runtime/+(polyfills)-!(*.module.js)'],
globs: ['.next/static/chunks/+(polyfills)-!(*.module.js)'],
},
{
name: 'Client Pages',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册