mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
wip
This commit is contained in:
parent
67d2d69587
commit
7a39704540
@ -2686,9 +2686,6 @@ async function compileLightningCSS(
|
|||||||
? !!config.build.sourcemap
|
? !!config.build.sourcemap
|
||||||
: config.css?.devSourcemap,
|
: config.css?.devSourcemap,
|
||||||
analyzeDependencies: true,
|
analyzeDependencies: true,
|
||||||
cssModules: cssModuleRE.test(id)
|
|
||||||
? config.css?.lightningcss?.cssModules ?? true
|
|
||||||
: undefined,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
let css = res.code.toString()
|
let css = res.code.toString()
|
||||||
|
Loading…
Reference in New Issue
Block a user