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 0a810f0 commit 67fa6edCopy full SHA for 67fa6ed
lib/install/config/babel.config.js
@@ -59,6 +59,12 @@ module.exports = function(api) {
59
loose: true
60
}
61
],
62
+ [
63
+ '@babel/plugin-proposal-private-property-in-object',
64
+ {
65
+ loose: true
66
+ }
67
+ ],
68
[
69
'@babel/plugin-transform-runtime',
70
{
lib/install/examples/react/babel.config.js
@@ -68,6 +68,12 @@ module.exports = function(api) {
71
72
73
74
75
76
77
78
79
0 commit comments