Skip to content

Commit 9db6566

Browse files
committed
WIP try without modules
1 parent d40174d commit 9db6566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/replay/rollup.npm.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export default makeNPMConfigVariants(
2222
// set exports to 'named' or 'auto' so that rollup doesn't warn about
2323
// the default export in `worker/worker.js`
2424
exports: 'named',
25+
26+
preserveModules: false,
2527
},
2628
},
2729
}),

0 commit comments

Comments
 (0)