We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba9cf3 commit 5f527e1Copy full SHA for 5f527e1
scripts/build.sh
@@ -1,4 +1,6 @@
1
set -e
2
+echo "Building dev..."
3
webpack-cli --mode=development --target=web
4
+echo "Building prod..."
5
webpack-cli --mode=production --target=web --output-filename=dist/[name].min.js --profile --json > dist/stats.json
6
0 commit comments