Skip to content

Commit

Permalink
Do not use babel loose mode, to resolve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Jul 4, 2024
1 parent 071c03a commit cf07fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
"plugins": [
["@babel/plugin-transform-private-methods", { "loose": true }],
["@babel/plugin-transform-private-property-in-object", { "loose": true }]
["@babel/plugin-transform-private-methods"],
["@babel/plugin-transform-private-property-in-object"]
],
"presets": [
[
Expand Down

0 comments on commit cf07fd4

Please sign in to comment.