Skip to content

require('stre'+'am') doesn't do what I thought it did #260

@calvinmetcalf

Description

@calvinmetcalf

instead of only including stream if somebody else included it it apparently just doesn't include it in browserify vs node. This tells us a couple things

  1. nobody is doing readable-stream instance of require('stream') in the browser
  2. we could theoretically just replace this with a "browser":{"stream":false}
  3. webpack is doing what I thought browserify did, but they are doing it wrong

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions