User Details
User Details
- User Since
- Apr 18 2022, 12:06 PM (141 w, 3 d)
Apr 21 2022
Apr 21 2022
priyapahwa added a comment to T4190: Generated incorrect webpack-stats.json path.
Ways to reproduce:
- Clone the repository.
- Follow developer-setup guidelines.
- Makefile.local was not running somehow, so I renamed that as Makefile itself and then executed make commands.
I invoked the make run-django-webpack-devserver command from my root directory named swh.
Here is the snapshot of the directory structure.
The file is being generated in the swh/static location instead of finding out the subdirectory of static located inside swh-web. It might be due to the same directory name (swh), however, it should not be the case. Ideally, it works after placing it within the static folder of swh-environment.
priyapahwa updated the task description for T4190: Generated incorrect webpack-stats.json path.