Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Build process hangs after completion #302

Closed
charsleysa opened this issue Dec 12, 2016 · 12 comments
Closed

Build process hangs after completion #302

charsleysa opened this issue Dec 12, 2016 · 12 comments

Comments

@charsleysa
Copy link

I have found that the build hangs after successful completion with v3.0.0-beta.12.

Works fine if I revert to v3.0.0-beta.9.

Haven't tested with other versions.

@allenevans
Copy link

I also have the exact same issue where the build hangs after successful completion.

I reverted back to v3.0.0-beta.10 and that works. It appears to be broken from v3.0.0-beta.11 onwards.

I'm using webpack v1.14.0, and typescript 2.1.4

@calvin
Copy link

calvin commented Dec 12, 2016

I'm also experiencing the same issue with the following setup:

  "devDependencies": {
    "typescript": "^2.1.4",
    "webpack": "^1.14.0",
    "awesome-typescript-loader": "^3.0.0-beta.12",
    "source-map-loader": "^0.1.5"
  }

@s-panferov
Copy link
Owner

It hangs with --watch?

@charsleysa
Copy link
Author

@s-panferov no, it hangs on a standard build. It completed the build and everything looks fine but the process never terminates.

@s-panferov
Copy link
Owner

@charsleysa which OS do you have?

@charsleysa
Copy link
Author

@s-panferov I have Windows 10 (latest stable channel release) but this issue also occurs on Linux Docker images.

@Jontem
Copy link

Jontem commented Dec 12, 2016

I have this problem too with osx sierra/node-yarn-7.2.0(docker image), [email protected] awesome-typescript-loader@^3.0.0-beta.12 and webpack@^2.1.0-beta.27.

I have to different bundles in the same project. One works. The other don't. Haven't figured out why yet..

@JimtotheB
Copy link

@s-panferov I'm experiencing this as well, the process just hangs after.

webpack --progress --bail -p
webpack -p
webpack --bail
webpack

All produce this result.

With [email protected], [email protected] and [email protected] on MacOS 10.12.1

@s-panferov
Copy link
Owner

It looks like that forked process doesn't allow a parent to die.

@s-panferov
Copy link
Owner

Fixed in [email protected], but unfortunately, the fix requires CheckerPlugin to be installed. I hoped to make it optional, but it seems that it's not possible until webpack/webpack#3460 will be resolved.

@Jontem
Copy link

Jontem commented Dec 12, 2016

Can confirm that it works for me now!

@Delagen
Copy link

Delagen commented Dec 12, 2016

#304

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants