From b97bd045b84ab84978ccc6e83da71ba09acb2860 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Mon, 4 Nov 2019 16:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/scripts/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/scripts/build.js b/public/react/scripts/build.js index b874ed6b6..e3350c5be 100644 --- a/public/react/scripts/build.js +++ b/public/react/scripts/build.js @@ -173,7 +173,7 @@ function copyPublicFolder() { }); } - +// 给build脚本增加的方法,对其生成的index.html做一些文本替换,以及cdn处理 function generateNewIndexJsp() { // var combinedStream = CombinedStream.create(); var filePath = paths.appBuild + '/index.html';