-
Notifications
You must be signed in to change notification settings - Fork 189
Webpack dev server doesn't work anymore #18
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
I'm replicating the error on a "fresh" Rails 6.1.1 app. The Something during |
That would be the special version of rails/webpacker that's being used for this package requiring a version of wepack-cli greater than 4.0.0. Looks like 4.4.0 doesn't have that configuration in any of the expected paths. |
Hey, @BakiVernes, sorry to ping you directly, but you selected that specific commit for |
So I hit this problem this morning and like @vovimayhem I'm on Rails 6.1.1. The webpack-dev-server was running fine until I ran the A fix which seems to have worked for me (but definitely is a sticking plaster approach) is to run:
I don't know enough about why it broke to know why this fixed it for me 🤷 If it helps anyone else in the while a fix is worked on then great. :-) My setup is Macbook on Catelina 10.15.7 (19H114), Ruby - ruby 2.7.2p137 (2020-10-01 revision 5445e04352) |
Working on a fix! |
bin/webpack-dev-server doesn't work without this addition. Here's the relevant GitHub issue. rails/tailwindcss-rails#18
After following the installation steps, I cannot start webpack-dev-server anymore.
here's the stacktrace:
The text was updated successfully, but these errors were encountered: