weexteam / devtool-for-Apache-Weex

debugger tools with chrome devtool for Apache Weex
MIT License
258 stars 40 forks source link

playground内容没有被热更新 #100

Open lerit opened 6 years ago

lerit commented 6 years ago

这是我的调试命令: weex debug dist -e apps.native.js 其中apps.native.js是通过webpack实时打包热更新的输出文件。 代码修改后,webpack会实时再次打包,而且weex-devtool应该也检测到变化了,并且输出: [0]E:\dist\apps.native.js --> C:\Users\Administrator.xtoolkit\node_modules\weex-devtool\frontend\weex\apps.native.js -Time: 2504ms 但是playground里面之前扫描的页面没有动态刷新,必须手动刷新按钮,或者chrome里手动刷新那个debugger页面才可以。 我想问是否现在的weex-devtool支持直接刷新playground内容呢?还是只能手动刷新,谢谢!