explicitly require babel-plugin-transform-es2015-block-scoping@6.15.0 in package.json. Fixes #77
This commit is contained in:
parent
aa6e476c03
commit
620d0b39a7
|
@ -406,6 +406,8 @@ init = (interfaceName, projName) ->
|
|||
start: 'node_modules/react-native/packager/packager.sh --nonPersistent'
|
||||
dependencies:
|
||||
'react-native': rnVersion
|
||||
# Fixes issue with packager 'TimeoutError: transforming ... took longer than 301 seconds.'
|
||||
'babel-plugin-transform-es2015-block-scoping': '6.15.0'
|
||||
, null, 2
|
||||
|
||||
exec 'npm i'
|
||||
|
|
Loading…
Reference in New Issue