mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Fix babel-preset-fbjs configure link in comment (#13666)
This commit is contained in:
committed by
Nathan Hunzaker
parent
b753f76a74
commit
420001cb4e
@@ -18,7 +18,7 @@ const babylonOptions = {
|
||||
// As a parser, babylon has its own options and we can't directly
|
||||
// import/require a babel preset. It should be kept **the same** as
|
||||
// the `babel-plugin-syntax-*` ones specified in
|
||||
// https://github.com/facebook/fbjs/blob/master/babel-preset/configure.js
|
||||
// https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js
|
||||
plugins: [
|
||||
'classProperties',
|
||||
'flow',
|
||||
|
||||
@@ -19,7 +19,7 @@ const babylonOptions = {
|
||||
// As a parser, babylon has its own options and we can't directly
|
||||
// import/require a babel preset. It should be kept **the same** as
|
||||
// the `babel-plugin-syntax-*` ones specified in
|
||||
// https://github.com/facebook/fbjs/blob/master/babel-preset/configure.js
|
||||
// https://github.com/facebook/fbjs/blob/master/packages/babel-preset-fbjs/configure.js
|
||||
plugins: [
|
||||
'classProperties',
|
||||
'flow',
|
||||
|
||||
Reference in New Issue
Block a user