Tencent / wepy

小程序组件化开发框架
https://wepyjs.gitee.io/wepy-docs/
Other
22.54k stars 3.05k forks source link

npm run dev即运行./node_modules/.bin/wepy build --log trace --watch,编译一半就不往下走了,但没报错,无法排查错误,无法编译最新的更改。 #2685

Open suwanling opened 4 years ago

suwanling commented 4 years ago

Description

npm run dev即运行./node_modules/.bin/wepy build --log trace --watch,编译一半就不往下走了,但没报错,无法排查错误,无法编译最新的更改。

Environment

Reproduce

莫名出现

[期望表现]

有错误就报错,也好定位问题。

suwanling commented 4 years ago

[10:35:18] sill html2wxml Change "img" to "image" [10:35:18] sill html2wxml Change "p" is a html tag, changed to "view" [10:35:18] sill tag Found user defined component "popup" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "p" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "h1" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill html2wxml Change "span" to "label" [10:35:19] sill tag Found user defined component "popup" [10:35:19] sill html2wxml Change "h1" is a html tag, changed to "view" [10:35:19] sill tag Found user defined component "popup" [10:35:19] sill tag Found user defined component "messagebox" [10:35:19] sill html2wxml Change "h1" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill tag Found user defined component "popup" [10:35:19] sill tag Found user defined component "messagebox" [10:35:19] sill tag Found user defined component "popup" [10:35:19] sill tag Found user defined component "messagebox" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill tag Found user defined component "Tabs" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill tag Found user defined component "CouponsItem" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "div" is a html tag, changed to "view" [10:35:19] sill html2wxml Change "span" to "label"

suwanling commented 4 years ago

编译卡在这就不动了