Skip to content

Commit 5f527e1

Browse files
committed
add debug info to script
1 parent bba9cf3 commit 5f527e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
set -e
2+
echo "Building dev..."
23
webpack-cli --mode=development --target=web
4+
echo "Building prod..."
35
webpack-cli --mode=production --target=web --output-filename=dist/[name].min.js --profile --json > dist/stats.json
46

0 commit comments

Comments
 (0)