Skip to content

Commit

Permalink
chore: update public cjs export
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Nov 14, 2024
1 parent 14846b5 commit 968b137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const asyncFunctions = [
'loadConfigFromFile',
'preprocessCSS',
'createBuilder',
'inlineImport',
]
asyncFunctions.forEach((name) => {
module.exports[name] = (...args) =>
Expand Down

0 comments on commit 968b137

Please sign in to comment.