mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Drop confusing comment
Summary: Just removing a comment As per https://github.com/facebook/react-native/commit/f8d6b97140cffe8d18b2558f94570c8d1b410d5c#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
This commit is contained in:
committed by
Facebook Github Bot
parent
0f2e46e84b
commit
d408de0438
@@ -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')],
|
||||
|
||||
@@ -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')],
|
||||
|
||||
Reference in New Issue
Block a user