fix(build): disable tree shaking (#5558)

This commit is contained in:
三咲智子
2022-01-22 08:32:03 -03:00
committed by GitHub
parent 1c80f08a39
commit 75d90a9e81

View File

@@ -41,6 +41,7 @@ export const buildModules = async () => {
filesize({ reporter }),
],
external: await generateExternal({ full: false }),
treeshake: false,
})
await writeBundles(
bundle,