We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72c5a4 commit 073ee6cCopy full SHA for 073ee6c
babel.config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
presets: [
3
- ['@babel/preset-env', { targets: { node: 'current' } }],
+ ['@babel/preset-env', { targets: '> 0.25%, not dead' }],
4
'@babel/preset-react',
5
'@babel/preset-typescript',
6
],
0 commit comments