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

4nkexdtk  于 2021-11-29  发布在  Java
关注(0)|答案(2)|浏览(276)

Description

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

Environment

  • Platform: [开发者工具]
  • wepy-cli version: [^2.1.0]

Reproduce

莫名出现

[期望表现]

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

siotufzp

siotufzp1#

[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"

31moq8wy

31moq8wy2#

编译卡在这就不动了

相关问题