Skip to content

Commit b438f8b

Browse files
author
Luca Forstner
committed
Fix for .debug.min.js bundle
1 parent 0c6980c commit b438f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup/bundleHelpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export function makeBundleConfigVariants(baseConfig, options = {}) {
157157
output: {
158158
entryFileNames: chunkInfo => `${baseConfig.output.entryFileNames(chunkInfo)}.debug.min.js`,
159159
},
160-
plugins: [terserPlugin],
160+
plugins: [makeIsDebugBuildPlugin, terserPlugin],
161161
},
162162
};
163163

0 commit comments

Comments
 (0)