Closed ztliwen closed 2 days ago
想要支持H5,是不是修改如下代码就可以 const buildCommand = "${NODE}" --max-old-space-size=2048 --no-warnings "${UNI_CLI}" build --platform h5 --outDir ${path.join(UNI_INPUT_DIR, 'wgt-dist')};
"${NODE}" --max-old-space-size=2048 --no-warnings "${UNI_CLI}" build --platform h5 --outDir ${path.join(UNI_INPUT_DIR, 'wgt-dist')}
失误了
想要支持H5,是不是修改如下代码就可以 const buildCommand =
"${NODE}" --max-old-space-size=2048 --no-warnings "${UNI_CLI}" build --platform h5 --outDir ${path.join(UNI_INPUT_DIR, 'wgt-dist')}
;