-
Notifications
You must be signed in to change notification settings - Fork 1.5k
bin/webpacker-dev-server not optional #988
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
Comments
@bbuchalter Are you facing any issues due to it's presence? Please consider removing it manually if not needed - |
Well, I removed webpack-dev-server from my stack because of recent changes that many people are complaining about [0] and it just doesn't make sense to leave the file in the repo. [0]: Just a few issues opened recently on one topic in particular that seems to impact the Rails community in particular: |
Hi there! For some additional context, we ran into the issues @bbuchalter noted with However, after removing the associated binstub ( Our (hopefully temporary) solution to this problem is an empty binstub that exists only to satisfy this one Rake task. I believe that this check is overly aggressive, as |
@stewart Yeah, makes sense. Lets make |
Is someone working on this PR, if not I think I can whip one up. It's affecting me as well. |
Oh well, #1012, seemed straight forward :) |
Thanks for helping move this forward! ❤️ |
Although there are many references to the webpacker-dev-server being optional, the presence of
bin/webpacker-dev-server
is enforced by thecheck_binstubs
rake task.Is there interest in making this guard more intelligent? Just remove it? Or be OK with folks adding dummy binstubs?
The text was updated successfully, but these errors were encountered: