Skip to content

Commit

Permalink
Simplify stats action
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jun 30, 2021
1 parent 9ab916a commit 3d3cfe8
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
autoMergeMain: true,
configs: [
{
title: 'Default Server Mode',
title: 'Default Build',
diff: 'onOutputChange',
diffConfigFiles: [
{
Expand Down Expand Up @@ -103,29 +103,6 @@ module.exports = {
numRequests: 2500,
},
},
{
title: 'Serverless Mode',
diff: false,
renames,
configFiles: [
{
path: 'next.config.js',
content: `
module.exports = {
generateBuildId: () => 'BUILD_ID',
target: 'serverless'
}
`,
},
],
filesToTrack: [
...clientGlobs,
{
name: 'Serverless bundles',
globs: ['.next/serverless/pages/**/*'],
},
],
},
{
title: 'Webpack 4 Mode',
diff: 'onOutputChange',
Expand Down

0 comments on commit 3d3cfe8

Please sign in to comment.