nRFCloud/gateway-cordova

Missing IrisRestApiClient

bettse opened this issue · 1 comments

There are some externals in the webpack config that aren't included in the repo anywhere, nor documented so far as I can tell:

externals: {
'aws-wrapper': 'awsWrapper',
'RestApi': 'IrisRestApiClient',
'AWS': 'AWS',

It's this file: https://github.com/nRFCloud/gateway-cordova/blob/master/www/index.bundle.js

I've updated webpack.config.js to have a comment pointing to it.