Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.2.0-beta.10版本 npm run dev:h5 dist文件夹闪一下就没了 #1417

Closed
Dave-miao opened this issue Dec 8, 2018 · 6 comments
Closed
Assignees

Comments

@Dave-miao
Copy link

问题描述
1.2.0-beta.10版本 npm run dev:h5 dist文件夹闪一下就没了

复现步骤
[复现问题的步骤]
1.npm run dev:h5

@taro-bot
Copy link

taro-bot bot commented Dec 8, 2018

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@luckyadam
Copy link
Member

闪一下就没了是指?

dev 模式下 dist 目录是没有内容的

@Dave-miao
Copy link
Author

就是dist整个文件夹都没了

@luckyadam luckyadam added the H5 label Dec 10, 2018
@taro-bot
Copy link

taro-bot bot commented Dec 10, 2018

CC @Littly

@Littly
Copy link
Contributor

Littly commented Dec 10, 2018

1.2.0-beta.10 之后,在编译任务开始前进行了清理工作 把.temp和dist都清除掉了

const pRimraf = promisify(rimraf)
async function clean () {
try {
await pRimraf(tempPath)
await pRimraf(outputPath)
} catch (e) {
console.log(e)
}
}

是对调试造成影响了吗?

@taro-bot
Copy link

taro-bot bot commented Dec 17, 2018

Hello~

您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

@taro-bot taro-bot bot removed the to be closed label Dec 19, 2018
@taro-bot taro-bot bot closed this as completed Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants