2017-02-17 2 views

답변

0

package.json의 스크립트를 대체하여이 문제를 해결했습니다.

"scripts": { 
    "build": "ionic-app-scripts build", 
    "watch": "ionic-app-scripts watch", 
    "serve:before": "watch", 
    "emulate:before": "build", 
    "deploy:before": "build", 
    "build:before": "build", 
    "run:before": "build" 
    } 
관련 문제