Skip to content

Commit be449f4

Browse files
author
Dan Skinner
committed
try fix CDN build
1 parent d917aa0 commit be449f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/browser/features/fixtures/packages/rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const isCdnBuild = process.env.USE_CDN_BUILD === "1" || process.env.USE_C
1010
const cdnOutputOptions = {
1111
// import BugsnagPerformance from the CDN build
1212
banner: process.env.DEBUG
13-
? 'import BugsnagPerformance from "/bugsnag-performance.js"\n'
14-
: 'import BugsnagPerformance from "/bugsnag-performance.min.js"\n',
13+
? 'import BugsnagPerformance from "/docs/bugsnag-performance.js"\n'
14+
: 'import BugsnagPerformance from "/docs/bugsnag-performance.min.js"\n',
1515
globals: {
1616
'@bugsnag/browser-performance': 'BugsnagPerformance',
1717
'@bugsnag/react-router-performance': 'BugsnagReactRouterPerformance',

0 commit comments

Comments
 (0)