diff --git a/src/sandpack.tsx b/src/sandpack.tsx index 2139f24..207c9cb 100644 --- a/src/sandpack.tsx +++ b/src/sandpack.tsx @@ -111,7 +111,7 @@ export const attachToElement = (element: HTMLElement | ChildNode, options: Sandb entry: options.entry, dependencies: options.dependencies, devDependencies: options.devDependencies, - environment: options.environment ?? "static" + environment: options.environment ?? "parcel" }; const entry = options.entry; const sandpackOptions = options.options;