설정 변경
This commit is contained in:
@@ -34,26 +34,6 @@ export default ({ mode }) => {
|
||||
},
|
||||
}),
|
||||
];
|
||||
|
||||
if (mode === 'production') {
|
||||
plugins.push(
|
||||
sentryVitePlugin({
|
||||
org: 'media-cc',
|
||||
project: 'javascript-react',
|
||||
authToken: process.env.SENTRY_AUTH_TOKEN,
|
||||
bundleSizeOptimizations: {
|
||||
excludeDebugStatements: true,
|
||||
// Only relevant if you added `browserTracingIntegration`
|
||||
excludePerformanceMonitoring: true,
|
||||
// Only relevant if you added `replayIntegration`
|
||||
excludeReplayIframe: true,
|
||||
excludeReplayShadowDom: true,
|
||||
excludeReplayWorker: true,
|
||||
},
|
||||
disable: false,
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
return defineConfig({
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user