Skip to content

Commit

Permalink
feat: Update Babel preset (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored Sep 13, 2024
1 parent d4f73e9 commit e57dcad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ module.exports = {
System: ['OS'],
Binaries: ['Node', 'npm', 'Yarn', 'pnpm', 'bun'],
Monorepos: ['Yarn Workspaces', 'Lerna'],
npmPackages: '{*babel*,@babel/*,eslint,webpack,create-react-app,react-native,lerna,jest}',
npmPackages:
'{*babel*,@babel/*,eslint,webpack,create-react-app,react-native,lerna,jest,next,rollup}',
},
playwright: {
System: ['OS', 'CPU', 'Memory', 'Container'],
Expand Down

0 comments on commit e57dcad

Please sign in to comment.