提交 e98c13db 编写于 作者: fxy060608's avatar fxy060608

fix(app): disable inlineDynamicImports (#3818)

上级 46144e87
......@@ -72,6 +72,7 @@ export function buildOptions(
return 'uni-app:///' + sourcePath
},
manualChunks: {},
inlineDynamicImports: false,
chunkFileNames(chunk) {
if (chunk.isDynamicEntry && chunk.facadeModuleId) {
const filepath = path.relative(inputDir, chunk.facadeModuleId)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册