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.
1 parent 432e014 commit 18146a7Copy full SHA for 18146a7
packages/replay/rollup.npm.config.js
@@ -8,6 +8,8 @@ export default makeNPMConfigVariants(
8
// set exports to 'named' or 'auto' so that rollup doesn't warn about
9
// the default export in `worker/worker.js`
10
exports: 'named',
11
+ // set preserveModules to false because for Replay we actually want
12
+ // to bundle everything into one file.
13
preserveModules: false,
14
},
15
0 commit comments