revert aborting request for size=1

temporarily enable eval-source-maps
This commit is contained in:
David Tsay 2024-09-30 12:38:56 -07:00
parent d88845a648
commit e395cfeb64
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ export default merge(common, {
__OPENMCT_ROOT_RELATIVE__: '""'
})
],
devtool: 'source-map'
devtool: 'eval-source-map'
});

View File

@ -44,7 +44,7 @@ function remoteClockRequestInterceptor(openmct, _remoteClockIdentifier, waitForB
/** @type {import("../../api/time/TimeContext").default} */
const { activeClock } = openmct.time;
return request?.size !== 1 && activeClock?.key === 'remote-clock' && !remoteClockLoaded;
return activeClock?.key === 'remote-clock' && !remoteClockLoaded;
},
/**
* Invokes the interceptor to modify the request.