Skip to content

Commit

Permalink
try fix CDN build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Nov 27, 2024
1 parent d917aa0 commit be449f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser/features/fixtures/packages/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const isCdnBuild = process.env.USE_CDN_BUILD === "1" || process.env.USE_C
const cdnOutputOptions = {
// import BugsnagPerformance from the CDN build
banner: process.env.DEBUG
? 'import BugsnagPerformance from "/bugsnag-performance.js"\n'
: 'import BugsnagPerformance from "/bugsnag-performance.min.js"\n',
? 'import BugsnagPerformance from "/docs/bugsnag-performance.js"\n'
: 'import BugsnagPerformance from "/docs/bugsnag-performance.min.js"\n',
globals: {
'@bugsnag/browser-performance': 'BugsnagPerformance',
'@bugsnag/react-router-performance': 'BugsnagReactRouterPerformance',
Expand Down

0 comments on commit be449f4

Please sign in to comment.