Alexander Veligurov
Alexander Veligurov
I would add fallback to standard geocoder if google fails. Does it make sense?
I would suggest that ```import '/components'``` referred to ```import '{rootPath}/src/components'``` **by default**. For now ejected and use .babelrc: ``` { "plugins": [ ["babel-root-slash-import", { "rootPathSuffix": "src" }] ] } ```...
Offtopic: @damonmaria can you please explain how you build the cordova app. I'm trying to solve the problem of `Cannot read property 'public' of undefined` in production with no luck...
@damonmaria Thank you very much! Yes it's necessary... With `meteor build ... --mobile-settings` the problem goes away. Not sure if it is related directly to `meteor-hmr`, or general meteor bundling,...