preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

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

Closed Thisen closed 5 years ago

Thisen commented 7 years ago

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.

Foxandxss commented 7 years ago

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

Thisen commented 7 years ago

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

ollwenjones commented 7 years ago

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?