mirror of https://github.com/status-im/metro.git
Update `fbjs-scripts` to ^0.7.0
Summary: `fbjs-scripts` 0.4.0 has Babel 5 as a dependency, which causes some amount of havoc when you're trying to use `react-native` in a project that's otherwise dependent on Babel 6 and using the flat-installing npm >=3. Closes https://github.com/facebook/react-native/pull/7855 Reviewed By: frantic Differential Revision: D3371679 Pulled By: steveluscher fbshipit-source-id: 9f7643171d89da0de0492e7e97875f472725e990
This commit is contained in:
parent
ff01465701
commit
b52ba13950
|
@ -15,7 +15,7 @@ const externalHelpersPlugin = require('babel-plugin-external-helpers');
|
|||
const fs = require('fs');
|
||||
const makeHMRConfig = require('babel-preset-react-native/configs/hmr');
|
||||
const resolvePlugins = require('babel-preset-react-native/lib/resolvePlugins');
|
||||
const inlineRequiresPlugin = require('fbjs-scripts/babel-6/inline-requires');
|
||||
const inlineRequiresPlugin = require('babel-preset-fbjs/plugins/inline-requires');
|
||||
const json5 = require('json5');
|
||||
const path = require('path');
|
||||
|
||||
|
|
Loading…
Reference in New Issue