We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is webpack-stats.json supposed to be committed to version control or not?
Docs say no.
Our experience says otherwise.
We need to configure our setup so we don't need this file in version control.
The text was updated successfully, but these errors were encountered:
django-webpack-loader requires us to specify where the webpack-stats.json file lives, and complains if it doesn't exist (e.g., at build time if we haven't committed that file to version control). https://github.com/django-webpack/django-webpack-loader?tab=readme-ov-file#configuring-the-django-settings-file
to circumvent this, we can use the dummy loader they provide in our tests: https://github.com/django-webpack/django-webpack-loader?tab=readme-ov-file#using-in-tests
Sorry, something went wrong.
Will be handled in #371
xmedr
No branches or pull requests
Description
Is webpack-stats.json supposed to be committed to version control or not?
Docs say no.
Our experience says otherwise.
We need to configure our setup so we don't need this file in version control.
The text was updated successfully, but these errors were encountered: