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

Requires installing browserify-shim? #125

Open
anhari opened this issue Dec 4, 2017 · 1 comment
Open

Requires installing browserify-shim? #125

anhari opened this issue Dec 4, 2017 · 1 comment

Comments

@anhari
Copy link

anhari commented Dec 4, 2017

Hey, I'm new to using this plugin and browserify in general. Does it require separately installing browserify-shim?

I was running into Could not find module "browserify-shim" until I ran npm install --save-dev browserify-shim, but this could very likely be because I messed up the setup of this addon.

@ef4
Copy link
Owner

ef4 commented Dec 7, 2017

browserify-shim is an example of a transform, which you can configure like in this example. If you do configure a transform like it, yes, you need to add the appropriate npm package yourself.

This addon doesn't directly need browserify-shim, but perhaps something else you're using is expecting it.

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