Skip to content

Commit

Permalink
chore: mark external modules evaluated
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 5, 2022
1 parent 7d2a2b2 commit a29a787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite-node/src/client.ts
Expand Up @@ -247,6 +247,7 @@ export class ViteNodeRunner {
debugNative(externalize)
const exports = await this.interopedImport(externalize)
mod.exports = exports
mod.evaluated = true
return exports
}

Expand Down

0 comments on commit a29a787

Please sign in to comment.