mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
@@ -47,7 +47,7 @@ select/disabled
|
||||
|
||||
:::
|
||||
|
||||
## Clearable single select
|
||||
## Clearable
|
||||
|
||||
You can clear Select using a clear icon.
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -45,7 +45,7 @@ const plugins: Plugin[] = [
|
||||
'.vue': 'ts',
|
||||
},
|
||||
define: {
|
||||
'process.env.NODE_ENV': JSON.stringify('production'),
|
||||
'process.env.NODE_ENV': '"production"',
|
||||
},
|
||||
}),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user