This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
unexpected token at 'Cannot GET /webpack/manifest.json #58
Comments
A very recent new version of a dependency of webpack or webpack-dev-server is breaking manifest generation. I'm looking into this now. |
Workaround: add:
to your package.json, run There seems to be an issue with stats-webpack-plugin & the latest version of webpack-dev-middleware. |
Fixed in latest, see webpack/webpack-dev-middleware#129 |
I just installed this gem and am getting the same error:
I'm on Rails 4.2.4, Ruby 2.2.2p95, Node 4.1.1 I tried adding the webpack-dev-middleware to my package.json dependencies, but am still getting the error. Any ideas? Or do you need more info from me? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have a problem with this gem. I have created a simple project to test webpack-rails with a controller and a unique view. When i execute foreman start I get the following error: "unexpected token at 'Cannot GET /webpack/manifest.json"
I have:
I followed the installation instructions:
I have added "<%= javascript_include_tag *webpack_asset_paths("application") %>" to the layout.html.erb
¿Any solution?
Thanks!!
The text was updated successfully, but these errors were encountered: