I have the problem that resources that are loaded from the (s)css are not rendered with the [git-revision-hash].
However, only when I am in normal webpack build mode.
When I start webpack --watch everything works.
so webpack (build) => url(/assets/fonts/myFont-Regular.[git-revision-hash].woff2) format("woff2"),
and webpack --watch => url(/assets/fonts/myFont-Regular.946a26b9.woff2) format("woff2"),
I am attaching the webpack.config. Maybe someone can help me further.
Hi,
I have the problem that resources that are loaded from the (s)css are not rendered with the [git-revision-hash]. However, only when I am in normal webpack build mode. When I start webpack --watch everything works.
so webpack (build) => url(/assets/fonts/myFont-Regular.[git-revision-hash].woff2) format("woff2"), and webpack --watch => url(/assets/fonts/myFont-Regular.946a26b9.woff2) format("woff2"),
I am attaching the webpack.config. Maybe someone can help me further.