Skip to content

Commit

Permalink
Match loose setting to quiet warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Aug 20, 2021
1 parent 0a810f0 commit 67fa6ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/install/config/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ module.exports = function(api) {
loose: true
}
],
[
'@babel/plugin-proposal-private-property-in-object',
{
loose: true
}
],
[
'@babel/plugin-transform-runtime',
{
Expand Down
6 changes: 6 additions & 0 deletions lib/install/examples/react/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ module.exports = function(api) {
loose: true
}
],
[
'@babel/plugin-proposal-private-property-in-object',
{
loose: true
}
],
[
'@babel/plugin-transform-runtime',
{
Expand Down

0 comments on commit 67fa6ed

Please sign in to comment.