We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c94a69 commit 0d3ff16Copy full SHA for 0d3ff16
build.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
rm -rf dist
3
mkdir dist
4
-./node_modules/.bin/webpack --config webpack.prod.config.js
+./node_modules/.bin/webpack --config webpack.site.config.js
5
cp dist/index.html index.html
webpack.prod.config.js renamed to webpack.site.config.js
0 commit comments