polonel/SnackBar

Improvement: Use npm extend module

Closed this issue · 1 comments

Looks like extend is equivalent to the Extend function you have hard-coded in snackbar.js - you could just import that instead; but maybe you're deliberately avoiding external module dependencies?

What's the point on having a dependency only for that matter? I recommend you to read this article about npm dependencies. 😄