Asset versioning stopped working

Hi
I realised that in my current project asset versioning stopped working.
Does someone know what could cause this? (its not activated in soil)
This is my terminal output after yarn build:


◉  sage ./public [074dd44d365fed9b9251]
│
├─ entrypoints
│ ├─ app
│ │ ├─ js/runtime.js     1.31 kB
│ │ ├─ js/575.js       314 bytes
│ │ ├─ js/64.js        184.41 kB
│ │ ├─ css/840.css      373.9 kB
│ │ ├─ js/840.js       138 bytes
│ │ └─ js/app.js        10.23 kB
│ └─ editor
│   ├─ js/runtime.js     1.31 kB
│   ├─ js/575.js       314 bytes
│   ├─ css/840.css      373.9 kB
│   ├─ js/840.js       138 bytes
│   └─ js/editor.js    495 bytes
│
├─ assets
│ └─ images/logo.svg     8.83 kB
│
│
└─ compiled 108 modules in 490ms

Sage 10.2
@roots/bud”: “6.6.9”,
@roots/bud-postcss”: “^6.6.9”,
@roots/bud-purgecss”: “^6.6.9”,
@roots/bud-sass”: “^6.6.9”,
@roots/sage”: “6.6.9”,

My first step would be to identify a commit where it works, then use git bisect to determine where the problem was introduced.

What command are you using to build?
When was the last time it worked as expected?

1 Like

Sorry my bad, I found out that we had .hash(false) in bud.config.mjs, I overlooked that :see_no_evil: