mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore: simplify theme imports in dev (#3851)
This commit is contained in:
@@ -10,7 +10,8 @@ export default defineBuildConfig({
|
||||
replace: {
|
||||
delimiters: ['', ''],
|
||||
values: {
|
||||
'process.argv.at(-1) === \'--uiDev\'': 'false'
|
||||
// Used in development to import directly from theme
|
||||
'const isUiDev = true': 'const isUiDev = false'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user