Skip to content

Commit 073ee6c

Browse files
authored
[932] Target older browsers in Babel config (#937)
1 parent b72c5a4 commit 073ee6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
presets: [
3-
['@babel/preset-env', { targets: { node: 'current' } }],
3+
['@babel/preset-env', { targets: '> 0.25%, not dead' }],
44
'@babel/preset-react',
55
'@babel/preset-typescript',
66
],

0 commit comments

Comments
 (0)