Skip to content

Commit

Permalink
fix(vite-node): remove unsafe checks for inlining dependencies (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Apr 6, 2022
1 parent 60b239c commit c4a25ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vite-node/src/externalize.ts
Expand Up @@ -9,8 +9,6 @@ const ESM_FOLDER_RE = /\/esm\/(.*\.js)$/
const defaultInline = [
/virtual:/,
/\.ts$/,
ESM_EXT_RE,
ESM_FOLDER_RE,
]

const depsExternal = [
Expand Down

0 comments on commit c4a25ae

Please sign in to comment.