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.
no-debug.js
1 parent 450161c commit da90e8aCopy full SHA for da90e8a
rollup/bundleHelpers.js
@@ -141,15 +141,6 @@ export function makeBundleConfigVariants(baseConfig) {
141
},
142
plugins: [includeDebuggingPlugin],
143
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
- {
153
output: {
154
entryFileNames: chunkInfo => `${baseConfig.output.entryFileNames(chunkInfo)}.min.js`,
155
0 commit comments