Skip to content

Commit

Permalink
test: Fix bundle hash
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Feb 1, 2022
1 parent 260949a commit d4452f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/tests/images/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ exports.default = Object.assign({}, common, {
'assets/icons/favicon-32x32.png': 1487,
'assets/icons/mstile-150x150.png': 9050,
'bundle.2da73.css': 901,
'bundle.7c9dd.js': 21429,
'bundle.7c9dd.js.map': 111801,
'bundle.27364.js': 21429,
'bundle.27364.js.map': 111801,
'favicon.ico': 15086,
'index.html': 2034,
'manifest.json': 455,
Expand Down

0 comments on commit d4452f8

Please sign in to comment.