Skip to content

Commit

Permalink
docs(react): remove dependencies as files in StackBlitz
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 27, 2024
1 parent b0e29f2 commit 30ed3d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/global/Playground/stackblitz.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ const openReactEditor = async (code: string, options?: EditorOptions) => {
'package.json': JSON.stringify(package_json, null, 2),
'package-lock.json': defaultFiles[5],
...options?.files,
...options?.dependencies,
'.stackblitzrc': `{
"startCommand": "yarn run start"
}`,
Expand Down

0 comments on commit 30ed3d0

Please sign in to comment.