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 committed Aug 30, 2023
1 parent 16ce2bb commit 84a35fd
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 84a35fd

Please sign in to comment.