1
自6月份以來,我一直在使用早午餐。我記得,例如,當你在jsx上有編譯錯誤時,如果你的早午餐在watch模式下運行,它會告訴你哪一行你有錯誤。早午餐沒有顯示關於彙編錯誤的信息
但因爲我不記得具體的更新,那隻能說明這樣的信息:如果不知道什麼是錯的
29 Dec 07:50:15 - error: Compiling of app/components/AsciiFacesList.jsx failed.
29 Dec 07:50:15 - error: Compiling of app/components/AsciiFacesList.jsx failed.
。我加了-d標誌,以我的NPM命令,這樣就好像:
"scripts": {
"start": "brunch watch -d --server",...
但即使這一說法,並不顯示像以前那樣的附加信息。
是,you're權。我也在github上詢問了這個問題,並得到了答案。非常感謝。 [https://github.com/brunch/brunch/issues/1606](https://github.com/brunch/brunch/issues/1606) –
新版本剛發佈:) –