Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 17, 2022
1 parent 5894122 commit 568668a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vite-node/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ async function run(options: CliOptions = {}) {
fetchModule(id) {
return node.fetchModule(id)
},
resolveId(id, importer) {
return node.resolveId(id, importer)
},
})

for (const file of files)
Expand Down

0 comments on commit 568668a

Please sign in to comment.