Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Streams are node 0.8, rather than 0.10, so no Transform Stream #7

Closed
balupton opened this issue Dec 12, 2013 · 3 comments
Closed

Streams are node 0.8, rather than 0.10, so no Transform Stream #7

balupton opened this issue Dec 12, 2013 · 3 comments

Comments

@balupton
Copy link

Missing http://nodejs.org/api/stream.html#stream_class_stream_transform

This means that I need to include readable-stream for webpack to work, which is okay I guess, as I already include that for node 0.8 anyway.

@sokra
Copy link
Member

sokra commented Dec 12, 2013

yeah, need to upgrade this repo...

@edrex
Copy link

edrex commented Mar 3, 2014

I am successfully using

    resolve: {
        alias: { stream: "stream-browserify" }
    }

Maybe this should be the default? I can take a crack at it.

@sokra
Copy link
Member

sokra commented Mar 18, 2014

should be fixed

@sokra sokra closed this as completed Mar 18, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants