Skip to content

Commit

Permalink
Revert "[v3.0] New hashing algorithm that "fixes (nearly) everything" (
Browse files Browse the repository at this point in the history
…#4543)"

This reverts commit 53db799.
  • Loading branch information
lukastaegert committed Jul 29, 2022
1 parent 8fca7dd commit 7c7b708
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
@@ -1,10 +1,6 @@
define(['require'], (function (require) { 'use strict';

console.log('main');
<<<<<<<< HEAD:test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/amd/entry-main-5940aabc-amd.js
new Promise(function (resolve, reject) { require(['./chunk-deb-87ce45a9-amd'], resolve, reject); }).then(console.log);
========
new Promise(function (resolve, reject) { require(['./chunk-deb-faae56f2-amd'], resolve, reject); }).then(console.log);
>>>>>>>> 3030e2f11 ([v3.0] New hashing algorithm that "fixes (nearly) everything" (#4543)):test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/amd/entry-main-aaf15a0c-amd.js

}));
@@ -1,8 +1,4 @@
'use strict';

console.log('main');
<<<<<<<< HEAD:test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/cjs/entry-main-9cf3a232-cjs.js
Promise.resolve().then(function () { return require('./chunk-deb-69905607-cjs.js'); }).then(console.log);
========
Promise.resolve().then(function () { return require('./chunk-deb-2221fa83-cjs.js'); }).then(console.log);
>>>>>>>> 3030e2f11 ([v3.0] New hashing algorithm that "fixes (nearly) everything" (#4543)):test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/cjs/entry-main-69b6552e-cjs.js

0 comments on commit 7c7b708

Please sign in to comment.