Skip to content

Commit 57bd74b

Browse files
committed
fix(rollup): remove unenv/npm/consola polyfill
1 parent ac78f21 commit 57bd74b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/rollup/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export const getRollupConfig = (nitro: Nitro): RollupConfig => {
6363
? {}
6464
: {
6565
debug: "unenv/npm/debug",
66-
"consola/core": "consola/core",
67-
consola: "unenv/npm/consola",
6866
}),
6967
...(nitro.options.node === false
7068
? {}

0 commit comments

Comments
 (0)