chore: build & doc tiny tweak (#21644)

chore: doc tweak
This commit is contained in:
Noblet Ouways
2025-08-06 11:46:30 +02:00
committed by GitHub
parent 7b25a87d6d
commit 99dacaaaec
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ select/disabled
:::
## Clearable single select
## Clearable
You can clear Select using a clear icon.

View File

@@ -62,13 +62,13 @@ async function buildFullEntry(minify: boolean) {
'.vue': 'ts',
},
define: {
'process.env.NODE_ENV': JSON.stringify('production'),
'process.env.NODE_ENV': '"production"',
},
treeShaking: true,
legalComments: 'eof',
}),
replace({
'process.env.NODE_ENV': JSON.stringify('production'),
'process.env.NODE_ENV': '"production"',
}),
]
if (minify) {

View File

@@ -45,7 +45,7 @@ const plugins: Plugin[] = [
'.vue': 'ts',
},
define: {
'process.env.NODE_ENV': JSON.stringify('production'),
'process.env.NODE_ENV': '"production"',
},
}),
]