-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Why does this hijack my default webpack bin? #1281
Comments
Thanks @csergiu for pointing out. Seems like we accidentally added binstubs as gem executables, will push a PR to fix this. In meantime, you could uninstall the gem - |
@gauravtiwari The binstubs are gem executables because that's what was needed to make install work through bundle binstubs. A few potential solutions I could tackle here:
Thoughts? |
It's NOT okay to hijack my default webpack command, I have other projects where I'm either not using RoR or they don't use webpacker, and it keeps asking for the config:
How do I uninstall this? I don't want to run
node ./node_modules/webpack/bin/webpack.js
everytime. Thanks.The text was updated successfully, but these errors were encountered: