ionic run browser --livereload not working

后端 未结 5 1294
时光取名叫无心
时光取名叫无心 2021-02-19 12:13

i was trying to use live reload on my ionic 2 application. so i found this command

ionic run browser --live-reload

is not working as expected

5条回答
  •  温柔的废话
    2021-02-19 12:51

    i found the solution on the github page

    include a script in the package.json file

    "browser": "ionic-app-scripts serve --sourceMap source-map --iscordovaserve --wwwDir platforms/browser/www/ --buildDir platforms/browser/www/build"
    

    and run

    npm run browser
    

提交回复
热议问题