Skip to content

Commit

Permalink
fix: parcel is default
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed May 28, 2022
1 parent 9f7f4ea commit 4581abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sandpack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4581abc

Please sign in to comment.