You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 rannpm install --save-dev browserify-shim
, but this could very likely be because I messed up the setup of this addon.The text was updated successfully, but these errors were encountered: