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