Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(internal): fix slow ecosystem test (#1093)
  • Loading branch information
RobertCraigie authored Sep 23, 2024
commit 80ed9ecbd60129164cb407e46dddbc06ef1c54ab
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