fix the file path
This commit is contained in:
parent
89db09dced
commit
b91aed7819
|
@ -323,7 +323,7 @@ updateGitIgnore = () ->
|
||||||
patchReactNativePackager = () ->
|
patchReactNativePackager = () ->
|
||||||
ckDeps.sync {install: true, verbose: false}
|
ckDeps.sync {install: true, verbose: false}
|
||||||
log "Patching react-native packager to serve *.map files"
|
log "Patching react-native packager to serve *.map files"
|
||||||
edit "node_modules/react-native/packager/react-packager/src/Server/index.js",
|
edit "node_modules/react-native/packager/src/Server/index.js",
|
||||||
[[/match.*\.map\$\/\)/m, "match(/index\\..*\\.map$/)"]]
|
[[/match.*\.map\$\/\)/m, "match(/index\\..*\\.map$/)"]]
|
||||||
|
|
||||||
shimCljsNamespace = (ns) ->
|
shimCljsNamespace = (ns) ->
|
||||||
|
|
Loading…
Reference in New Issue