Skip to content
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

Add assets source filenames #125

Merged
merged 2 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. Add assets source filenames

    Asset resources in `webpack-stats.json` file will look like,
    
    ```json
    "assets": {
      "assets/test-bbf3c94e2a3948c98900.txt": {
        "name": "assets/test-bbf3c94e2a3948c98900.txt",
        "path": "/home/user/project-root/assets/test-bbf3c94e2a3948c98900.txt",
        "publicPath": "http://localhost:3000/assets/test-bbf3c94e2a3948c98900.txt",
        "sourceFilename": "src/test.txt"
      }
    }
    ```
    
    Related to django-webpack/django-webpack-loader#343
    batistadasilva committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fcdad69 View commit details
    Browse the repository at this point in the history
  2. fix chunk name

    batistadasilva committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3ffd7ce View commit details
    Browse the repository at this point in the history