Skip to content

Commit

Permalink
add debug info to script
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Feb 12, 2024
1 parent bba9cf3 commit 5f527e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
set -e
echo "Building dev..."
webpack-cli --mode=development --target=web
echo "Building prod..."
webpack-cli --mode=production --target=web --output-filename=dist/[name].min.js --profile --json > dist/stats.json

0 comments on commit 5f527e1

Please sign in to comment.