mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Add Jest entry file for external-server-runtime (#25484)
Follow-up to #25482. This file is created during build, but we need an entry point for local development, too.
This commit is contained in:
10
packages/react-dom/unstable_server-external-runtime.js
vendored
Normal file
10
packages/react-dom/unstable_server-external-runtime.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*
|
||||
* @flow
|
||||
*/
|
||||
|
||||
export * from 'react-dom/src/server/ReactDOMServerExternalRuntime';
|
||||
Reference in New Issue
Block a user