未验证 提交 0022633d 编写于 作者: J Joe Haddad 提交者: GitHub

Track framework bundle separately (#9322)

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