From dea62c03b5844b2c44db8ce8c7b495e9c76cc0ca 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