-
Notifications
You must be signed in to change notification settings - Fork 123
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
Need to test with bundlers #84
Comments
Just to clarify the point on @ericelliott, could you give a specific use case of someone running into an issue using |
I'm unclear about the exact nature of the bug? Both webpack and browserify should be fine with bundling with the We could include the build files in the npm bundle by adding an empty Any feedback from users about what warnings or errors they are getting from Webpack would help resolve things. |
Ok I see the problem. The FYI I tested the bundle without publish with |
I hadn't thought of that. Thanks for the tip! |
Any progress? |
We need to add fuse-box also as a bundler. Its not working since its trying to load the os package. Wouldn't it better if we have 2 packages. |
Good questions. Please explore and let me know what you figure out. =) |
I'm having issues with using rollup and I was wondering if anyone here has had a similar issue? The error I get back is If I replace Love to hear any suggestions @ericelliott 😄 |
If the function returns the result of calling |
@ericelliott Same problem using parcel.js - "Its not working since its trying to load the os package." |
I think our new browser tests have this covered? |
Because the popular bundling tools may not bundle stuff from
node_modules
ourpackage.json
may need to point to bundled versions of the library, instead of individual modules. I've tried doing this with Browserify, but then Webpack gives weird warnings to all the users of our module (I think -- it used to, anyway).We could try to accomplish this with rollup.
For this to be complete we need to test:
cc @MarkHerhold @gmaclennan
The text was updated successfully, but these errors were encountered: