nimbus icon indicating copy to clipboard operation
nimbus copied to clipboard

fix: use envOptions.loose for ESNext babel plugins

Open ktmud opened this issue 5 years ago • 0 comments

According to Babel documentation, the loose mode configuration must be the same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object.

Ref: https://babeljs.io/docs/en/babel-plugin-proposal-private-methods#loose

ktmud avatar Aug 18 '20 16:08 ktmud