mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
fix(schema): update resolver for cssSourceMap
with new sourcemap
format [bridge] (#7541)
This commit is contained in:
parent
9426b54562
commit
b2f147d5e2
@ -150,7 +150,7 @@ export default defineUntypedSchema({
|
||||
* @version 2
|
||||
*/
|
||||
cssSourceMap: {
|
||||
$resolve: async (val, get) => val ?? await get('sourcemap') ?? await get('dev')
|
||||
$resolve: async (val, get) => val ?? (await get('sourcemap.client') || await get('sourcemap.server')) ?? await get('dev')
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user