We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af644e2 commit 850d58cCopy full SHA for 850d58c
babel.config.js
@@ -33,7 +33,10 @@ module.exports = {
33
{
34
// ? https://babeljs.io/docs/en/babel-preset-env#modules
35
modules: 'cjs',
36
- targets: NODE_LTS
+ targets: NODE_LTS,
37
+ useBuiltIns: 'usage',
38
+ corejs: '3.27',
39
+ shippedProposals: true
40
}
41
],
42
['@babel/preset-typescript', { allowDeclareFields: true }]
package.json
@@ -64,6 +64,7 @@
64
"test:update": "npm test:all -- --updateSnapshot"
65
},
66
"dependencies": {
67
+ "core-js": "^3.27.2",
68
"debug": "^4.3.4",
69
"lodash.mergewith": "^4.6.2",
70
"prettier": "^2.8.3",
0 commit comments