Skip to content

Commit

Permalink
chore(internal): fix slow ecosystem test (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored and stainless-app[bot] committed Sep 25, 2024
1 parent ee1e450 commit 5ecdeae
Show file tree
Hide file tree
Showing 4 changed files with 2,478 additions and 2,068 deletions.
6 changes: 5 additions & 1 deletion ecosystem-tests/ts-browser-webpack/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"presets": ["es2015"]
"presets": [
"@babel/preset-env", // Automatically determines the Babel plugins and polyfills you need based on your target environments
"@babel/preset-typescript" // If you're using TypeScript, this preset will enable TypeScript transformation
],
"plugins": []
}
Loading

0 comments on commit 5ecdeae

Please sign in to comment.