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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
I've followed the instructions from the gem markdown.
For some reason I'm getting the rails 404 on /webpack/application.js.
I've tried adding other files alongside application.js but all I'm getting is "Can't find entry point 'main' in webpack manifest". Re-running npm install and restarting Foreman doesn't fix the issue.
Any ideas what I'm doing wrong that would cause this strange behaviour?
My bad there - we had some host rewriting going on to handle CDNs. Might be worth mentioning adding extra files to webpack.config.js in the readme or using auto-discovery.
Uh oh!
There was an error while loading. Please reload this page.
I've followed the instructions from the gem markdown.
For some reason I'm getting the rails 404 on /webpack/application.js.
I've tried adding other files alongside application.js but all I'm getting is "Can't find entry point 'main' in webpack manifest". Re-running npm install and restarting Foreman doesn't fix the issue.
Any ideas what I'm doing wrong that would cause this strange behaviour?
Update: I've tried the steps in #58 but no fix.
Update 2: I figured out that I need to add main/main.js to the entry points in webpack.config.js but it's 404ing the same as application.js.
The text was updated successfully, but these errors were encountered: