From 0d3ff16090526b34a53cd5c4f62746f74d67c1b0 Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Mon, 19 Mar 2018 10:27:03 +0800 Subject: [PATCH] fix fime name --- build.sh | 2 +- webpack.prod.config.js => webpack.site.config.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename webpack.prod.config.js => webpack.site.config.js (100%) diff --git a/build.sh b/build.sh index 85c177994..2f07b2403 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash rm -rf dist mkdir dist -./node_modules/.bin/webpack --config webpack.prod.config.js +./node_modules/.bin/webpack --config webpack.site.config.js cp dist/index.html index.html diff --git a/webpack.prod.config.js b/webpack.site.config.js similarity index 100% rename from webpack.prod.config.js rename to webpack.site.config.js