Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use webpack for building #2

Open
brianc opened this issue May 26, 2015 · 2 comments
Open

Use webpack for building #2

brianc opened this issue May 26, 2015 · 2 comments

Comments

@brianc
Copy link

brianc commented May 26, 2015

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.

@ezequiel
Copy link
Owner

Absolutely. I will stir up something tonight and get back to you.

@ezequiel
Copy link
Owner

@brianc,

Is it possible to checkout the webpack branch seen in #3, and verify the library's usability? Thanks! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants