Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Use webpack for building #2

@brianc

Description

@brianc

Howdy -

I've been hunting for a nice typeahead for react for a while. I use SystemJS to load modules, generally by downloading their minified source from the /dist folder & checking that into our source control. This works fine for all the 3rd party stuff we use that's packaged up with webpack. I cannot get this module to load via SystemJS. Browserify is doing some funkiness with _process and require('react') - both of which throw errors for me. Would you be interested in me forking this & changing the build process to generate a distribution bundle with webpack instead of browserify? That library seems to generate distribution bundles that are more easily consumed with client-side module loading.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions