Skip to content

Commit

Permalink
test: Fix output sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Dec 18, 2022
1 parent 532c079 commit 60e562d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/tests/images/build.js
Expand Up @@ -13,8 +13,8 @@ exports.default = Object.assign({}, common, {
'assets/favicon.ico': 15086,
'ssr-build/ssr-bundle.89e23.css': 1281,
'ssr-build/ssr-bundle.89e23.css.map': 2070,
'ssr-build/ssr-bundle.js': 11937,
'ssr-build/ssr-bundle.js.map': 42893,
'ssr-build/ssr-bundle.js': 28830,
'ssr-build/ssr-bundle.js.map': 52686,
'ssr-build/asset-manifest.json': 178,
'bundle.259c5.css': 901,
'bundle.f79fb.js': 21429,
Expand Down

0 comments on commit 60e562d

Please sign in to comment.