From b822f8a06f4d06e623cc6455fc7b74b6a6638188 Mon Sep 17 00:00:00 2001 From: Paul Berg Date: Tue, 2 Oct 2018 10:15:43 +0100 Subject: [PATCH] Fixed ./scripts/docs collision with globally installed webpack --- scripts/docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs b/scripts/docs index d76cbe6..c26b8ba 100755 --- a/scripts/docs +++ b/scripts/docs @@ -3,4 +3,4 @@ ./scripts/shared cp -rf shared/ docs/shared/ -MINIFY=1 webpack --config ./webpack.web.js --content-base web/ +MINIFY=1 ./node_modules/webpack/bin/webpack.js --config ./webpack.web.js --content-base web/