-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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%) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels