Skip to content

Commit 45c618a

Browse files
committed
remove no-debug.js bundle testing variant
1 parent ef491b2 commit 45c618a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

rollup/bundleHelpers.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,6 @@ export function makeBundleConfigVariants(baseConfig) {
141141
},
142142
plugins: [includeDebuggingPlugin],
143143
},
144-
// This variant isn't particularly helpful for an SDK user, as it strips logging while making no other minification
145-
// changes, so by default we don't create it. It is however very useful when debugging rollup's treeshaking, so it's
146-
// left here for that purpose.
147-
// {
148-
// output: { file: `${baseConfig.output.file}.no-debug.js`,
149-
// },
150-
// plugins: [stripDebuggingPlugin],
151-
// },
152-
{
153144
output: {
154145
entryFileNames: chunkInfo => `${baseConfig.output.entryFileNames(chunkInfo)}.min.js`,
155146
},

0 commit comments

Comments
 (0)