Skip to content

Commit 68afb83

Browse files
Revert "[beta] Sandpack - new bundler (#4458)"
This reverts commit 3ab1245.
1 parent d26bf0a commit 68afb83

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.22.0
1+
12.16.1

beta/src/components/MDX/Sandpack/SandpackRoot.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import * as React from 'react';
66
import {SandpackProvider} from '@codesandbox/sandpack-react';
7-
import {SandpackLogLevel} from '@codesandbox/sandpack-client';
87
import {CustomPreset} from './CustomPreset';
98
import {createFileMap} from './utils';
109

@@ -83,9 +82,7 @@ function SandpackRoot(props: SandpackProps) {
8382
customSetup={{...setup, files: files}}
8483
autorun={autorun}
8584
initMode="user-visible"
86-
initModeObserverOptions={{rootMargin: '1400px 0px'}}
87-
bundlerURL="https://22530bfe.sandpack-bundler.pages.dev"
88-
logLevel={SandpackLogLevel.None}>
85+
initModeObserverOptions={{rootMargin: '1400px 0px'}}>
8986
<CustomPreset
9087
isSingleFile={isSingleFile}
9188
showDevTools={showDevTools}

0 commit comments

Comments
 (0)