Skip to content

Commit 4581abc

Browse files
committed
fix: parcel is default
1 parent 9f7f4ea commit 4581abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sandpack.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const attachToElement = (element: HTMLElement | ChildNode, options: Sandb
111111
entry: options.entry,
112112
dependencies: options.dependencies,
113113
devDependencies: options.devDependencies,
114-
environment: options.environment ?? "static"
114+
environment: options.environment ?? "parcel"
115115
};
116116
const entry = options.entry;
117117
const sandpackOptions = options.options;

0 commit comments

Comments
 (0)