Skip to content

Commit

Permalink
fix minified partial bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Mar 12, 2024
1 parent f21c9e6 commit 92b1f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/partial_bundle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function partialBundle(tasks, opts) {
deleteIndex: deleteIndex,
};

_bundle(index, dist, bundleOpts, function() {
_bundle(index, distMin, bundleOpts, function() {
var headerDistMin = header.replace('plotly.js', 'plotly.js (' + name + ' - minified)');

if(distMin) prependFile.sync(distMin, headerDistMin, common.throwOnError);
Expand Down

0 comments on commit 92b1f33

Please sign in to comment.