File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
test/browser/features/fixtures/packages Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2929 run : browser-maze-runner-bs
3030 use-aliases : true
3131 command :
32- - --https
3332 - --farm=bs
3433 - --browser={{ matrix }}
3534 artifacts#v1.5.0:
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export const isCdnBuild = process.env.USE_CDN_BUILD === "1" || process.env.USE_C
1010const 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' ,
You can’t perform that action at this time.
0 commit comments