Skip to content

Commit

Permalink
Fix calc bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
thejetou committed Nov 4, 2023
1 parent 14f516e commit 1d2cce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calc/bundle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var gen12_1 = exports;
var gen3_1 = exports;
var gen4_1 = exports;
var gen56_1 = exports;
var gen78_1 = exports;
var gen789_1 = exports;
`;
bundled += bundler.read('calc.js', 9, 1);

Expand All @@ -104,4 +104,4 @@ window.calc = Object.assign(window.calc || {}, {
Stats: exports.Stats,
});
})();`
bundler.bundle(bundled);
bundler.bundle(bundled);

0 comments on commit 1d2cce3

Please sign in to comment.