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 f0220a6 commit c3e9b5dCopy full SHA for c3e9b5d
src/replay.js
@@ -4,7 +4,8 @@ let replay
4
let readRecordingRaw, writeRecording
5
6
function loadReplayBundle() {
7
- if (process.env.EXODUS_TEST_ENVIRONMENT === 'bundle' || process.features.require_module) {
+ // TODO: also under process.features.require_module
8
+ if (process.env.EXODUS_TEST_ENVIRONMENT === 'bundle') {
9
replay = require('@exodus/replay') // synchronous
10
} else if (!replay) {
11
throw new Error('Failed to load @exodus/replay')
0 commit comments