Skip to content

Commit

Permalink
Expose mergeConfig util in metro package
Browse files Browse the repository at this point in the history
Summary: Changelog: **[Feature]** Expose `mergeConfig` util from `metro` package

Reviewed By: motiz88

Differential Revision: D44416426

fbshipit-source-id: c6ad92b7b6275540a79804424023aadf022faa43
  • Loading branch information
huntie authored and facebook-github-bot committed Mar 30, 2023
1 parent 2c16fa6 commit aa8ec90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/metro/src/index.flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ async function runMetro(

exports.runMetro = runMetro;
exports.loadConfig = loadConfig;
exports.mergeConfig = mergeConfig;

const createConnectMiddleware = async function (
config: ConfigT,
Expand Down

0 comments on commit aa8ec90

Please sign in to comment.