Skip to content

Commit

Permalink
MD-23 build: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
joeladam518 committed Apr 2, 2024
1 parent 1a3e0e0 commit 2d8e457
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { nodeResolve } from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import terser from '@rollup/plugin-terser';

const name = 'OnDeckSdk';
const name = 'RetrySession';

/**
* ESM build (Web & node)
Expand Down Expand Up @@ -52,11 +52,7 @@ const commonJsConfig = {
};

/**
* UMD build for projects like ITV & Signage that can't use esm/commonjs modules
*
* NOTE: As of 2024-03-14, this build is babel-ed to the lowest version of Chrome that most
* itv & signage device can use. Eventually, that might change and we can raise the
* Chrome version.
* UMD build for older projects
*
* @type {import('rollup').RollupOptions}
*/
Expand Down

0 comments on commit 2d8e457

Please sign in to comment.