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

demo/index.jsx references util #6

Closed
dmr opened this issue Feb 6, 2016 · 1 comment
Closed

demo/index.jsx references util #6

dmr opened this issue Feb 6, 2016 · 1 comment

Comments

@dmr
Copy link

dmr commented Feb 6, 2016

I cannot find that file in git. Can it be removed?

@motiz88
Copy link
Owner

motiz88 commented Feb 7, 2016

That's util from Node.js, or rather, from node-libs-browser in this case.

The demo is meant to run using webpack-dev-server and the supplied webpack config - a setup in which util is available.

Anyway, you'll notice that the demo page only needs util for util.inspect. I don't know what you're trying to achieve exactly (or how), but I'm guessing you can probably change that line to do suit your needs and remove the reference to util entirely.

@motiz88 motiz88 closed this as completed Feb 7, 2016
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