Skip to content

Commit 45da4f6

Browse files
update: build script to use rspack cmd
1 parent 5e86f61 commit 45da4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RED=''
8080
NC=''
8181

8282
script1="node ./utils/config.js $mode $app"
83-
script2="webpack --progress --mode $webpackmode "
83+
script2="rspack --mode $webpackmode"
8484
# script3="node ./utils/loadStyles.js"
8585

8686
echo "type : $packageType"

0 commit comments

Comments
 (0)