Skip to content

Commit

Permalink
Update requireModeAllowList (close #248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Jan 11, 2022
1 parent 8f28df9 commit 8750753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/esm-node-services/cjs-esm-exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ const builtInNodeModules = new Set([
const requireModeAllowList = [
'typescript',
'he',
'safe-buffer'
'safe-buffer',
'lz-string',
]

function isObject(v) {
Expand Down

0 comments on commit 8750753

Please sign in to comment.