Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
chore: add new externals to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bangsund ✨ committed Jun 8, 2023
1 parent 9a679bf commit 75487ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 75487ac

Please sign in to comment.