mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 13:01:13 +00:00
c198911561
Reviewed By: zertosh Differential Revision: D5409825 fbshipit-source-id: 81f67be174cc8ecfcd0955dfec83955ebdc84622
19 lines
489 B
JavaScript
19 lines
489 B
JavaScript
/**
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
* All rights reserved.
|
|
*
|
|
* This source code is licensed under the BSD-style license found in the
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
|
*
|
|
* @format
|
|
*/
|
|
'use strict';
|
|
|
|
var resolvePlugins = require('../lib/resolvePlugins');
|
|
|
|
module.exports = function(options) {
|
|
// For future internal pipeline usage
|
|
return null;
|
|
};
|