We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d917aa0 commit be449f4Copy full SHA for be449f4
test/browser/features/fixtures/packages/rollup.config.mjs
@@ -10,8 +10,8 @@ export const isCdnBuild = process.env.USE_CDN_BUILD === "1" || process.env.USE_C
10
const cdnOutputOptions = {
11
// import BugsnagPerformance from the CDN build
12
banner: process.env.DEBUG
13
- ? 'import BugsnagPerformance from "/bugsnag-performance.js"\n'
14
- : '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',
15
globals: {
16
'@bugsnag/browser-performance': 'BugsnagPerformance',
17
'@bugsnag/react-router-performance': 'BugsnagReactRouterPerformance',
0 commit comments