Skip to content

Commit 6969573

Browse files
committed
Add back legacyBundleConfig macros
1 parent 7de5ed3 commit 6969573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function renameEntrypoints(entrypoints, fn) {
200200
function legacyBundleConfig(input, output, { isDeveloping, isExternal }) {
201201
let babelConfig = { ...sharedBabelConfig };
202202

203-
babelConfig.plugins = [...babelConfig.plugins];
203+
babelConfig.plugins = [...babelConfig.plugins, buildDebugMacroPlugin(isDeveloping)];
204204

205205
return {
206206
input,

0 commit comments

Comments
 (0)