提交 201851f3 编写于 作者: D DCloud_LXH

fix: h5、mp build sourcemap

上级 79616c53
......@@ -16,7 +16,10 @@ export function createBuild(
platform: process.env.UNI_PLATFORM,
})
const rollupOutputOption = config.build?.rollupOptions?.output
const sourcemap =
process.env.SOURCEMAP === 'true' ? 'hidden' : config.build?.sourcemap
return {
sourcemap,
cssTarget,
chunkSizeWarningLimit: 100000000,
minify:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册