mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(nitro): mock consola (#106)
This commit is contained in:
parent
8f8551cd67
commit
4c0dba202f
@ -39,6 +39,7 @@ export const getRollupConfig = (nitroContext: NitroContext) => {
|
|||||||
// General
|
// General
|
||||||
debug: 'un/npm/debug',
|
debug: 'un/npm/debug',
|
||||||
depd: 'un/npm/depd',
|
depd: 'un/npm/depd',
|
||||||
|
consola: 'un/npm/consola',
|
||||||
// Vue 2
|
// Vue 2
|
||||||
encoding: 'un/mock/proxy',
|
encoding: 'un/mock/proxy',
|
||||||
he: 'un/mock/proxy',
|
he: 'un/mock/proxy',
|
||||||
|
Loading…
Reference in New Issue
Block a user