Skip to content

Commit

Permalink
Switch to not running esbuild on files imported from node_modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Jun 9, 2023
1 parent 9630bdd commit 0327666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-common/src/utils/interpret-require.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function interopRequireDefault(filePath: string) {
register({
target: `node${process.version.slice(1)}`,
format: 'cjs',
hookIgnoreNodeModules: false,
hookIgnoreNodeModules: true,
tsconfigRaw: `{
"compilerOptions": {
"strict": false,
Expand Down

0 comments on commit 0327666

Please sign in to comment.