Skip to content
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

Should be import debounce from 'lodash/debounce'; #72

Open
xpol opened this issue Jan 19, 2018 · 0 comments
Open

Should be import debounce from 'lodash/debounce'; #72

xpol opened this issue Jan 19, 2018 · 0 comments

Comments

@xpol
Copy link

xpol commented Jan 19, 2018

The file line: https://github.com/gaearon/redux-devtools-log-monitor/blob/master/src/LogMonitor.js#L10

import debounce from 'lodash.debounce';

Should be:

import debounce from 'lodash/debounce';

So that not load the whole lodash library.

(Because I want logger be included in production mode with a switch to turn on or off)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant