From 75487ac0f54aa468a6f8e3e3f8152f33c615968b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Bangsund=20=E2=9C=A8?= Date: Thu, 8 Jun 2023 09:56:40 -0700 Subject: [PATCH] chore: add new externals to build --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 78b17b7..fd8010d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -5,7 +5,7 @@ import typescript from 'rollup-plugin-typescript'; import pkg from './package.json'; const input = 'src/index.ts'; -const globals = { cypress: 'Cypress' }; +const globals = { cypress: 'Cypress', 'base64-js': 'base64-js', 'js-sha256': 'js-sha256' }; const external = Object.keys(globals); const license = { output: {