From 5a2aee532e1d4b4fbb68919a970fac34f4d05b9c Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 27 Nov 2020 17:04:02 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-6234=20chore:=20=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/{config.js => resource.js} | 0 lib/postbuild/postbuild.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dist/{config.js => resource.js} (100%) diff --git a/dist/config.js b/dist/resource.js similarity index 100% rename from dist/config.js rename to dist/resource.js diff --git a/lib/postbuild/postbuild.js b/lib/postbuild/postbuild.js index da2188334..6af2cca72 100644 --- a/lib/postbuild/postbuild.js +++ b/lib/postbuild/postbuild.js @@ -52,4 +52,4 @@ fileList.forEach(filename => { writeFileSync(sourcefile, content); }); -concat(config, resolve(dest, "config.js")); +concat(config, resolve(dest, "resource.js"));