mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(build): add target (#9018)
This commit is contained in:
@@ -55,7 +55,12 @@ async function buildFullEntry(minify: boolean) {
|
||||
}),
|
||||
]
|
||||
if (minify) {
|
||||
plugins.push(minifyPlugin({ sourceMap: true }))
|
||||
plugins.push(
|
||||
minifyPlugin({
|
||||
target,
|
||||
sourceMap: true,
|
||||
})
|
||||
)
|
||||
}
|
||||
|
||||
const bundle = await rollup({
|
||||
|
||||
Reference in New Issue
Block a user