From 4c05058eb25a32907ec28bbb257fb1f1c6249a91 Mon Sep 17 00:00:00 2001 From: kaysond Date: Sun, 28 Nov 2021 16:02:22 -0800 Subject: [PATCH] add bootstrap global var to rollup command --- app/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.sh b/app/build.sh index 7a9fc28..10ef9f3 100755 --- a/app/build.sh +++ b/app/build.sh @@ -24,4 +24,4 @@ then exit 1 fi -$ROLLUP_BIN ./main.js --format iife --file ./pkg/bundle.js +$ROLLUP_BIN ./main.js --format iife --file ./pkg/bundle.js --globals bootstrap:bootstrap