-
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
[4.0.6] using webpack-dev-server in fresh rails app results in Uncaught TypeError #2114
Comments
...the earlier workaround ( add |
Please tell me if #2109 (comment) helps at all. |
Was this issue resolved? |
@jakeNiemiec yes, resolved. No js error with above steps with latest rails/webpacker. |
jakeNiemiec
added a commit
to jakeNiemiec/webpacker
that referenced
this issue
Jun 8, 2020
fixes rails/rails#35501 fixes rails#2131 fixes rails/rails#36278 fixes rails#2407 fixes rails#2114 fixes rails#1949 fixes rails#1865 fixes rails#1857
gauravtiwari
pushed a commit
that referenced
this issue
Jun 17, 2020
fixes rails/rails#35501 fixes #2131 fixes rails/rails#36278 fixes #2407 fixes #2114 fixes #1949 fixes #1865 fixes #1857
KingTiger001
added a commit
to KingTiger001/Rails-web-pack-project
that referenced
this issue
Jan 15, 2023
fixes rails/rails#35501 fixes rails/webpacker#2131 fixes rails/rails#36278 fixes rails/webpacker#2407 fixes rails/webpacker#2114 fixes rails/webpacker#1949 fixes rails/webpacker#1865 fixes rails/webpacker#1857
smartech7
pushed a commit
to smartech7/ruby-webpacker
that referenced
this issue
Aug 4, 2023
fixes rails/rails#35501 fixes rails/webpacker#2131 fixes rails/rails#36278 fixes rails/webpacker#2407 fixes rails/webpacker#2114 fixes rails/webpacker#1949 fixes rails/webpacker#1865 fixes rails/webpacker#1857
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The full error trace is:
Steps to reproduce:
There is no error if you just run rails s and rely on webpack compile on demand.
The text was updated successfully, but these errors were encountered: