From 1665e18edbce98df9dd26a6d84db920bfa53409e Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sat, 14 Jan 2017 13:52:10 +0900 Subject: [PATCH] fix: remove unused npm command --- docs/build.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/build.md b/docs/build.md index 31bcbdc5..83615468 100644 --- a/docs/build.md +++ b/docs/build.md @@ -29,11 +29,6 @@ $ npm run hot ``` > Actually the app can be start with `npm start`. However, the app will use the compiled script. -If the app gets stuck on load, you may need to run the following. -``` -$ npm run vendor -``` - By this, webpack will watch the code changes and apply it automatically. > ### Notice