preboot/angular-webpack

Use of webpack.config in another project - Stuck while building

Closed this issue · 3 comments

I find your webpack config fitting my needs to a project and I have therefore tried to use your webpack config in a project of mine: https://github.com/Thisen/angular-apollo-stack/

The change I have made has been to change 'src' folder to 'client' in the config.

The problem is the build gets stuck:

image

Is there a obvious reason to this? Thanks in advance.

I don't see anything wrong at all in there. That is the desired output.

It's stuck and doesn't finish. And it doesn't hash the files.

Looks like the development output... you get hashes in the filenames and emitted files for the production build. I think you just have the dev server running there, maybe?