Skip to content

Commit e57dcad

Browse files
authored
feat: Update Babel preset (#263)
1 parent d4f73e9 commit e57dcad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/presets.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ module.exports = {
150150
System: ['OS'],
151151
Binaries: ['Node', 'npm', 'Yarn', 'pnpm', 'bun'],
152152
Monorepos: ['Yarn Workspaces', 'Lerna'],
153-
npmPackages: '{*babel*,@babel/*,eslint,webpack,create-react-app,react-native,lerna,jest}',
153+
npmPackages:
154+
'{*babel*,@babel/*,eslint,webpack,create-react-app,react-native,lerna,jest,next,rollup}',
154155
},
155156
playwright: {
156157
System: ['OS', 'CPU', 'Memory', 'Container'],

0 commit comments

Comments
 (0)