-
Notifications
You must be signed in to change notification settings - Fork 52
We should have a better way to handle this optimal dependencies #70
Comments
I currently can't browserify |
@alanshaw you can pass |
Oh! This is even worse than I thought then, we can't be ok to break people's build process this way. If we want to enable custom crypto cyphers in order to promote devs to manage their bundle size, we can:
I'm leaning towards the last two options, being that the last is the one more time efficient and that fits more uses. |
Those solutions don't sound better to me :( I don't understand why browserify is not able to understand optionalDependencies, this seems like a bug to me, given that it works fine in node. |
Webpack seems get along with this fine, outputting a warning but continuing anyways so maybe bug in browserify... |
This might be an option: https://github.com/devongovett/browserify-optional |
We are also missing the optionalDependency listing of the module currently. |
nvm, we shouldn't add it because then npm always installs it |
@alanshaw @diasdavid I've created #72 |
Seeing this message alerts me that something is wrong.
How can we improve this?
The text was updated successfully, but these errors were encountered: