mirror of https://github.com/status-im/metro.git
Upgrade metro-bundler to v0.9.0
Summary: Upgrade metro-bundler to v0.9.0. This version has no functional change. The only change is that the structure of the npm package reflects the structure of the source code. Reviewed By: bestander Differential Revision: D5315651 fbshipit-source-id: 3a69337106d4ccf708823c80d304941973360e8e
This commit is contained in:
parent
01e1ff3b0a
commit
43efe9cb38
|
@ -9,4 +9,4 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
global.Promise = require('promise');
|
global.Promise = require('promise');
|
||||||
require('../packages/metro-bundler/build/setupNodePolyfills');
|
require('../packages/metro-bundler/src/setupNodePolyfills');
|
||||||
|
|
Loading…
Reference in New Issue