-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing webpack-stats on setup? #43
Comments
we changed the way we build frontend on dev cos its causing a lot of problems between osx/windows - so this is no longer automated but instead you'll need to run |
So run |
you can run it whenever - once that's ran the error will disappear |
Do the |
yeap |
aite added documentation in #42 |
Tried setting up Kerckhoff for the first time and I got this error after running

docker-compose up
:I noticed that
webpack-stats.json
is in both.gitignore
and.dockerignore
. I'm not familiar with it, but I would assume that it needs to be autogenerated by webpack? Why then was it not autogenerated on my machine during setup? I'm guessing what's happening is it's looking forwebpack-stats.json
before webpack runs?The text was updated successfully, but these errors were encountered: