未验证 提交 42fca6fd 编写于 作者: J Joe Haddad 提交者: GitHub

Track polyfill file changes (#9321)

上级 bc176b3b
......@@ -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)']
......@@ -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'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册