mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(build): disable tree shaking (#5558)
This commit is contained in:
@@ -41,6 +41,7 @@ export const buildModules = async () => {
|
||||
filesize({ reporter }),
|
||||
],
|
||||
external: await generateExternal({ full: false }),
|
||||
treeshake: false,
|
||||
})
|
||||
await writeBundles(
|
||||
bundle,
|
||||
|
||||
Reference in New Issue
Block a user