dva-example-user-dashboard icon indicating copy to clipboard operation
dva-example-user-dashboard copied to clipboard

failed to start server

Open songqiaoyi opened this issue 6 years ago • 2 comments

2017-07-20 8 14 14

songqiaoyi avatar Jul 20 '17 12:07 songqiaoyi

Run npm run build:dll before npm start.

$ npm run build:dll
$ npm start

sorrycc avatar Jul 20 '17 13:07 sorrycc

  1. find file .roadhogrc
  2. remove this

, "dllPlugin": { "exclude": [ "babel-runtime" ], "include": [ "dva/router", "dva/saga", "dva/fetch" ] }

zangrong avatar Aug 10 '17 06:08 zangrong