[Beta] Update the bundler (#4744)

Should fix stale console logs when resetting a sandbox.
This commit is contained in:
dan
2022-06-14 12:04:05 +01:00
committed by GitHub
parent 1ef18feef3
commit c4817ff73c

View File

@@ -84,7 +84,7 @@ function SandpackRoot(props: SandpackProps) {
autorun={autorun}
initMode="user-visible"
initModeObserverOptions={{rootMargin: '1400px 0px'}}
bundlerURL="https://3f1bb162.sandpack-bundler.pages.dev"
bundlerURL="https://6b760a26.sandpack-bundler.pages.dev"
logLevel={SandpackLogLevel.None}>
<CustomPreset
isSingleFile={isSingleFile}