Skip to content

Commit

Permalink
Merge pull request #5703 from matuzalemsteles/delete-regenerator
Browse files Browse the repository at this point in the history
chore: remove the use of regenerator in the build
  • Loading branch information
matuzalemsteles authored Oct 26, 2023
2 parents ccc1b9d + f1870fa commit fd01dce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ module.exports = (api) => {
],
presets: [
[
'@babel/env',
'@babel/preset-env',
{
exclude: ['transform-regenerator'],
targets: [
'last 2 Chrome versions',
'last 1 Edge versions',
Expand Down

0 comments on commit fd01dce

Please sign in to comment.