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
It's probably too late for this to be helpful to you, but for anyone who finds this issue like I did, here's my solution. I'm using Rails with webpack. In my config/webpack/environment.js file I had:
In the past I used Garlic.js with great success, but now that I use webpack to compile my assets, I get this error in the browser console:
My entry point contains this:
And it does not matter whether I change this to:
I must admit that I am not very good at all at JavaScript, so I would not be surprised if the solution is really simple?
The text was updated successfully, but these errors were encountered: