Skip to content

Commit

Permalink
revert change to main fixture rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Sep 18, 2023
1 parent 8df0a04 commit 947b50e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/browser/features/fixtures/packages/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const cdnOutputOptions = {
: 'import BugsnagPerformance from "/bugsnag-performance.min.js"\n',
globals: {
'@bugsnag/browser-performance': 'BugsnagPerformance',
'@bugsnag/vue-router-performance': 'BugsnagVueRouterPerformance',
},
}

Expand All @@ -29,7 +28,7 @@ export default {
nodeResolve({ browser: true, jail: path.resolve(`${__dirname}/..`) }),
commonjs()
],
...(isCdnBuild ? { external: ['@bugsnag/browser-performance', '@bugsnag/vue-router-performance'] } : {}),
...(isCdnBuild ? { external: ['@bugsnag/browser-performance'] } : {}),
onLog (level, log, defaultHandler) {
// turn warnings into errors
if (level === 'warn') {
Expand Down

0 comments on commit 947b50e

Please sign in to comment.