Skip to content

Commit

Permalink
Drop confusing comment
Browse files Browse the repository at this point in the history
Summary:
Just removing a comment

As per facebook@f8d6b97#r28569388

While the comment was more to notify about this in general, I suppose it doesn't matter.

Reviewed By: rafeca

Differential Revision: D7685277

fbshipit-source-id: 2d526aeccc2e89b42ae25cbce21af5fe96f1348d
  • Loading branch information
Peter van der Zee authored and facebook-github-bot committed Apr 19, 2018
1 parent 0f2e46e commit d408de0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion babel-preset/configs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const defaultPlugins = [
[
require('@babel/plugin-proposal-class-properties'),
// use `this.foo = bar` instead of `this.defineProperty('foo', ...)`
// (Makes the properties enumerable)
{loose: true},
],
[require('@babel/plugin-transform-computed-properties')],
Expand Down
1 change: 0 additions & 1 deletion jest/preprocessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ module.exports = {
[
require('@babel/plugin-proposal-class-properties'),
// use `this.foo = bar` instead of `this.defineProperty('foo', ...)`
// (Makes the properties enumerable)
{loose: true},
],
[require('@babel/plugin-transform-computed-properties')],
Expand Down

0 comments on commit d408de0

Please sign in to comment.