Skip to content

Commit 0b858d6

Browse files
committed
fix(rollup-plugin-polyfills-loader): update systemjs hash in snapshot
The systemjs polyfill content hash changed with the dependency update. Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7c5b6a3 commit 0b858d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/rollup-plugin-polyfills-loader/test/snapshots

packages/rollup-plugin-polyfills-loader/test/snapshots/systemjs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
});
3030
}
3131
var polyfills = [];
32-
polyfills.push(loadScript('./polyfills/systemjs.28ad38a0ba199bca3e4954f80486a6f5.js'));
32+
polyfills.push(loadScript('./polyfills/systemjs.dabf4e8006a3be11acd4b6981abd9943.js'));
3333
function loadFiles() {
3434
[function () {
3535
return System.import('./entrypoint-b.js');

0 commit comments

Comments
 (0)