Skip to content

Commit

Permalink
workaround for terser bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 20, 2021
1 parent a2fd6c2 commit 65d3c38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cases/parsing/iife/test.filter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = function (config) {
// TODO fails due to minimizer bug: https://github.com/terser/terser/issues/880
return !config.minimize;
};

0 comments on commit 65d3c38

Please sign in to comment.