-
-
Notifications
You must be signed in to change notification settings - Fork 433
Building in docker container failing / extremely slow #758
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
As far as I can tell, this is not a ts-loader issue and so I'm closing this issue. I hope you get your issue sorted. Please feel free to re-open if you identify a specific ts-loader problem |
I know this is a very broadly stated issue. Sorry if I can’t be more specific. Nevertheless I would greatly appreciate any kind of suggestion as to what I should be looking for, if possible.
I think ts-loader is caught up in an endless loop but I can’t say for sure due to the lack of verbosity in the console output. The configuration is basic, other than path mappings in tsconfig, there’s nothing special about it.
Are there any options for ts-loader to get more verbosity as to what’s currently happening?
… Am 09.04.2018 um 07:07 schrieb John Reilly ***@***.***>:
As far as I can tell, this is not a ts-loader issue and so I'm closing this issue. I hope you get your issue sorted. Please feel free to re-open if you identify a specific ts-loader problem
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
You could up the log level to info: https://github.com/TypeStrong/ts-loader/blob/master/README.md#loglevel-string-defaultwarn There's also a trace option you could try including |
I figured it out eventually. For some ( Thanks for the great work you do on this library and all the best! |
Thanks for reporting back! It's always good to know where things get to 😄 |
@genox Thanks for the fix on that, was having the same problem! |
@genox same problem and your fix solved it. thanks! |
@genox same problem here - thank you! You've saved me a lot of time with this niche issue. |
+1 for the fix suggested by @genox |
+1 for the suggestion of @genox |
Okay, so this works locally but fails in docker-compose on my VPS. Trying TypeStrong/ts-loader#758 (comment)
Hi,
I'm trying to build an app with typescript in a docker container (for CI/CD) but the build (using webpack, babel, as per NextJS) never finishes and eventually exits when it hits timeout.
When I build the app (with prod env) locally, not inside the container, the build works fine and finishes after 15s. In a docker container (tried alpine and ubuntu), it hangs at 100% CPU, slowly filling memory, with low I/O.
I'm using NextJS with
@zeit/next-typescript
- already asked for guidance over there but to no avail.I'm using [email protected], [email protected] and typescript@latest. Unfortunately I can't just upgrade to webpack 4 for the new ts-loader versions for testing - locked in by NextJS. I tried with various typescript versions, the only difference is that some of them leak memory more than others. ;-) But the result stays the same.
Anyone ever experience a similar issue, especially within a docker container?
The text was updated successfully, but these errors were encountered: