Skip to content

Commit

Permalink
fix side effect of ZK-4928
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsonChan authored and jumperchen committed Aug 31, 2023
1 parent d36150d commit 2c71c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = function (api) {
overrides: [{
test: /[\\/]ext[\\/]//* treat as script for 3rd-party library */,
sourceType: 'script'
}]
}],
exclude: /pdfviewer\/ext/
};
};

0 comments on commit 2c71c81

Please sign in to comment.