Skip to content

Commit

Permalink
Merge branch 'hotfix-versioned-code-content-handling' into feature-ge…
Browse files Browse the repository at this point in the history
…nerate-dev-pixi-version-config
  • Loading branch information
bbazukun123 committed Dec 22, 2023
2 parents 388178e + 5aaf110 commit d91072e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,10 @@ export const useSandpackConfiguration = ({ code, isPixiWebWorkerVersion, pixiVer
dependencies,
devDependencies: {
'parcel-bundler': '^1.6.1',
'@babel/core': '^7.21.3',
},
};

if (isPreV8(pixiVersion.version))
{
customSetup.devDependencies['@babel/core'] = '^7.21.3';
}

return {
files,
key,
Expand Down

0 comments on commit d91072e

Please sign in to comment.