Skip to content

Files with the same names get overriden #43

@tusbar

Description

@tusbar

If i have something like this

extension
├── _locales
│   ├── en
│   │   └── messages.json
│   └── fr
│       └── messages.json
├── manifest.json

I only get one messages.json in the BuildSize output:

File name Previous Size New Size Change
manifest.json 745 bytes 828 bytes 83 bytes (11%)
messages.json 1.12 KB 1.12 KB 0 bytes (0%)

We should probably do something with partial paths for files with equal names, something like this would be nice:

File name Previous Size New Size Change
manifest.json 745 bytes 828 bytes 83 bytes (11%)
en/messages.json 1.12 KB 1.12 KB 0 bytes (0%)
fr/messages.json 1.12 KB 1.12 KB 0 bytes (0%)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions