我正在尝试使用Phoenix框架和Elm的新项目。我已正确设置项目,但我想在我的项目中启用在Elm 0.18中发布的调试器。有谁知道如何使用Brunch或Phoenix启用--debug标志。感谢。
答案 0 :(得分:6)
将此添加到您的brunch-config.json
RequestHandler
我没有找到与Elm一起工作的早午餐,并改为gulp:看看https://github.com/simonh1000/elm-phoenix-starter的配置建议
答案 1 :(得分:0)
loader: 'elm-hot!elm-webpack?verbose=true&warn=true&debug=true'
Per @ rtfeldman的elm-webpack github repo,你需要v3.1.0来获得调试支持。
希望这有助于某人。