Den-dp / activity-checker

User activity checker that works across browser tabs/windows.
MIT License
0 stars 0 forks source link

Get rid of hardcoded Rx dependency #2

Open Den-dp opened 8 years ago

Den-dp commented 8 years ago

Might be minor, but still makes sense to get rid of hardcoded Rx (because user can use rx-lite f.e.)

Den-dp commented 8 years ago

Also it is worth noticing that all this makes sense only for webpack users and doesn't affect all others.

For them add a fallback string in webpack.config.js which simply creates an alias for the rx.lite package, so AC will think that all deps resolved.