-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Heroku: 'Is webpack still compiling?' #279
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
@dino-k-29 Does that reference exist in |
@gauravtiwari yes, like so:
|
@dino-k-29 Ah, so you have compiled assets locally and therefore, heroku assets:precompile hook doesn't get run.
More info here - https://devcenter.heroku.com/articles/rails-asset-pipeline#no-debug-output-at-all Delete the assets folder and try again. If you rather compile it locally, please remove packs from |
And the second problem is you are using es6 syntax, related to - #280 |
es6 syntax issue should be fixed by #291 |
Closing this one as the first one isn't an issue and the es6 problem is been tracked by #280 |
Getting the following error
ActionView::Template::Error (Can't find welcome/index.js in /app/public/packs/manifest.json. Is webpack still compiling?):
on Heroku with this project: https://github.com/dino-k-29/rails-vue-webpackerI'm using the following buildpacks:
The text was updated successfully, but these errors were encountered: