Skip to content

Commit

Permalink
chore: remove vite logging hack (#11385)
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Harris <[email protected]>
  • Loading branch information
Rich-Harris and Rich-Harris authored Dec 18, 2023
1 parent 7b2f04f commit 83caeef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/kit/src/exports/vite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,6 @@ function kit({ svelte_config }) {
*/
configResolved(config) {
vite_config = config;

// This is a hack to prevent Vite from nuking useful logs,
// pending https://github.com/vitejs/vite/issues/9378
config.logger.warn('');
}
};

Expand Down

0 comments on commit 83caeef

Please sign in to comment.