From 26c859f14c7bce4e8b2dc439c3e1954b5b7013e9 Mon Sep 17 00:00:00 2001 From: Mike Resoli Date: Wed, 19 Oct 2016 14:41:01 +0100 Subject: [PATCH] added npm run vendor to build.md --- docs/build.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/build.md b/docs/build.md index 5ed7c03f..48d7a60f 100644 --- a/docs/build.md +++ b/docs/build.md @@ -29,6 +29,11 @@ $ 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