Skip to content

Commit

Permalink
fix: disable dynamic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Feb 4, 2023
1 parent 4123f83 commit 947672a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/setup-ts-execution.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ pirates.addHook(
sourcemap: `inline`,
platform: `node`,
format: `cjs`,
supported: {
'dynamic-import': false,
},
});

cache.isDirty = true;
Expand Down

0 comments on commit 947672a

Please sign in to comment.