-
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
Show compiling log in runtime #1970
Comments
You can set |
|
Weird. Make sure you have it set for the correct environment and you're not overriding it elsewhere. |
@pustovalov have u resolved your issue? from your last comment it seems that webpacker is stuck at "compile..." step. I have this problem on circleci now. increased the timeout to 35 minutes and it still hangs and times out after 35 minutes |
@khier996 I solved this problem in a different way
result:
|
@pustovalov thanks for help! I figured my problem had to do with erb-loader. I found the solution in this comment I have a different problem now. Elasticsearch container exits with code 137. This did not happen before we started using webpacker. I know this is not relevant to the original issue, but if you know how to solve, pls let me know, i'll pm you. |
Can this issue be closed ? |
Can I somehow modify this method https://github.com/rails/webpacker/blame/3-x-stable/lib/webpacker/compiler.rb#L63 to see the real-time log?
Right now I have trouble when webpacker compiling assets on ci and then show this error:
If I run this command with simple-progress-webpack-plugin
I see the real-time log and don't get an error
What I did to prevent this an error:
added
NODE_OPTIONS: --max-old-space-size=3072
but it did not help
The text was updated successfully, but these errors were encountered: