Skip to content

Commit 13d3101

Browse files
rafecafacebook-github-bot
authored andcommitted
Summary: This version of metro contains experimental support for inlining import statements, which will unblock RAM bundling for opensource users that use imports, yay!!! Publishing as a minor version, since there are no breaking changes. This way, this will also be available already in RN 0.57, since it depends on Metro 0.57 (https://fburl.com/t2j2k2sw). /cc @[805780135:Eli White], @[1268286274:David Vacca], @[121800083:Héctor Ramos] Reviewed By: mjesun Differential Revision: D9682357 fbshipit-source-id: ddd450649e55ee37701667cdff0e81165875e76d
1 parent c3f480a commit 13d3101

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@
170170
"graceful-fs": "^4.1.3",
171171
"inquirer": "^3.0.6",
172172
"lodash": "^4.17.5",
173-
"metro": "^0.45.0",
174-
"metro-babel-register": "^0.45.0",
175-
"metro-core": "^0.45.0",
176-
"metro-memory-fs": "^0.45.0",
173+
"metro": "^0.45.1",
174+
"metro-babel-register": "^0.45.1",
175+
"metro-core": "^0.45.1",
176+
"metro-memory-fs": "^0.45.1",
177177
"mime": "^1.3.4",
178178
"minimist": "^1.2.0",
179179
"mkdirp": "^0.5.1",

0 commit comments

Comments
 (0)