Skip to content

Commit

Permalink
add a temporary fix for webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed May 19, 2020
1 parent e63ca3f commit b205499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polylabel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

var Queue = require('tinyqueue');

if (Queue.default) Queue = Queue.default; // temporary webpack fix

module.exports = polylabel;
module.exports.default = polylabel;

Expand Down

0 comments on commit b205499

Please sign in to comment.