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 89b10f8 commit e7c9aecCopy full SHA for e7c9aec
packages/tracing/rollup.config.js
@@ -17,6 +17,7 @@ const plugins = [
17
resolve({
18
mainFields: ['module'],
19
}),
20
+ licensePlugin,
21
];
22
23
const bundleConfig = {
@@ -28,7 +29,7 @@ const bundleConfig = {
28
29
name: 'Sentry',
30
},
31
context: 'window',
- plugins: [...plugins, licensePlugin],
32
+ plugins,
33
};
34
35
export default [
packages/vue/rollup.config.js
0 commit comments