Skip to content

Commit

Permalink
Don't count .map files
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Jul 6, 2022
1 parent 02695b3 commit 22e72a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/.stats-app/stats-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ const clientGlobs = [
},
{
name: 'Middleware size',
globs: ['.next/server/middleware*', '.next/server/edge-runtime-webpack.js'],
globs: [
'.next/server/middleware*.js',
'.next/server/edge-runtime-webpack.js',
],
},
]

Expand Down

0 comments on commit 22e72a9

Please sign in to comment.