From bf1e30dc526cbae89bef413bb12f2b77bf77c61a Mon Sep 17 00:00:00 2001 From: endiliey Date: Sun, 12 Aug 2018 23:17:56 +0800 Subject: [PATCH] dep: use forked version of static-generator-webpack-plugin --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0382d8cc67..879cbcf08c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "react-router-dom": "^4.3.1", "remarkable": "^1.7.1", "semver": "^5.5.0", - "static-site-generator-webpack-plugin": "^3.4.1", + "static-site-generator-webpack-plugin": "endiliey/static-site-generator-webpack-plugin#master", "style-loader": "^0.22.1", "webpack": "^4.16.3", "webpack-chain": "^4.8.0", diff --git a/yarn.lock b/yarn.lock index e614af14c8..9d3f1bf739 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6247,9 +6247,9 @@ static-extend@^0.1.1: define-property "^0.2.5" object-copy "^0.1.0" -static-site-generator-webpack-plugin@^3.4.1: +static-site-generator-webpack-plugin@endiliey/static-site-generator-webpack-plugin#master: version "3.4.1" - resolved "https://registry.yarnpkg.com/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-3.4.1.tgz#6ee22468830bc546798a37e0fca6fd699cc93b81" + resolved "https://codeload.github.com/endiliey/static-site-generator-webpack-plugin/tar.gz/d29365613d5489dabe8bae912d7541334e6acf1b" dependencies: bluebird "^3.0.5" cheerio "^0.22.0"