Skip to content

Commit

Permalink
fix: old browser(IE11) get mehtod in proxy doesn't work (#345)
Browse files Browse the repository at this point in the history
issue: proxy applied when ui is disable
solution: add loose mode for class to enable get in proxy.
  • Loading branch information
Yuvalke authored Aug 5, 2020
1 parent 5e7a16a commit 4d3f69c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"@babel/plugin-transform-property-mutators",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-classes"
["@babel/plugin-transform-classes",
{
"loose": true
}
]
],
"presets": ["@babel/preset-env", "@babel/preset-flow"]
}

0 comments on commit 4d3f69c

Please sign in to comment.