Skip to content

Commit 18146a7

Browse files
committed
add comment to rollup config
1 parent 432e014 commit 18146a7

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
@@ -8,6 +8,8 @@ export default makeNPMConfigVariants(
88
// set exports to 'named' or 'auto' so that rollup doesn't warn about
99
// the default export in `worker/worker.js`
1010
exports: 'named',
11+
// set preserveModules to false because for Replay we actually want
12+
// to bundle everything into one file.
1113
preserveModules: false,
1214
},
1315
},

0 commit comments

Comments
 (0)