-
Notifications
You must be signed in to change notification settings - Fork 46
Feature/app wrappers #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/app wrappers #247
Conversation
@@ -52,6 +52,18 @@ module.exports = class Registry { | |||
responseType: 'json', | |||
}); | |||
|
|||
//FIXME: remove TEMP code: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove it now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -201,7 +203,7 @@ describe('configs injector', () => { | |||
}; | |||
|
|||
const getSpaConfig = () => { | |||
const pickApp = _.pick(['spaBundle', 'cssBundle', 'dependencies', 'props', 'kind']); | |||
const pickApp = _fp.pick(['spaBundle', 'cssBundle', 'dependencies', 'props', 'kind', 'wrappedWith']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really need here lodash/fp
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's convenient here... Easier to keep, IMO
6002b29
to
3f9cf99
Compare
No description provided.